Add tmux pane control
This commit is contained in:
parent
784641d552
commit
fb9def8d34
1 changed files with 3 additions and 2 deletions
|
@ -28,14 +28,15 @@ set -g window-status-bell-bg red
|
|||
set -g window-status-bell-fg green
|
||||
|
||||
# List of plugins
|
||||
set -g @tpm_plugins ' \
|
||||
set -g @tpm_plugins '\
|
||||
tmux-plugins/tmux-pain-control \
|
||||
tmux-plugins/tmux-prefix-highlight \
|
||||
tmux-plugins/tmux-sensible \
|
||||
tmux-plugins/tmux-yank \
|
||||
tmux-plugins/tpm \
|
||||
tmux-plugins/vim-tmux-focus-events \
|
||||
'
|
||||
tmux-plugins/tmux-pain-control \
|
||||
'
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
|
Loading…
Reference in a new issue