Add tmux pane control

This commit is contained in:
Tony Blyler 2017-11-06 12:34:22 -05:00
parent 784641d552
commit fb9def8d34

View file

@ -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'