diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 231a764..e6d252d 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -1,9 +1,5 @@ # https://github.com/tmux/tmux/wiki/FAQ -# Split panes using | and - -bind | split-window -h -bind - split-window -v - # Switch panes using Alt without prefix bind -n M-Left select-pane -L bind -n M-Right select-pane -R @@ -17,6 +13,7 @@ set -g default-terminal "tmux-256color" # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' +set -g @plugin 'tmux-plugins/tmux-pain-control' # Initialize TMUX plugin manager run '~/.tmux/plugins/tpm/tpm'