diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index c84322fa..043a8e11 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -95,6 +95,10 @@ bind -r C-k select-pane -U bind -r C-l select-pane -R + # switch windows + bind -n M-C-l next-window + bind -n M-C-h previous-window + # navigate between vim && tmux bind-key -n M-h if -F "#{@pane-is-vim}" 'send-keys M-h' 'select-pane -L' bind-key -n M-j if -F "#{@pane-is-vim}" 'send-keys M-j' 'select-pane -D'