Configuring tmux (4) – plugins

有很多好用的plugins設定可以使用

參考

https://github.com/tmux-plugins

其中我使用了tpm,yank,battery,urlview這幾個套件都蠻好用的

tpm為tmux plugins manager

How to use

===

$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

$vim .tmux.conf

set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-yank'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'

source :https://github.com/tmux-plugins/tpm

(11)

Facebook Comments

發表迴響