diff --git a/tmux.conf b/tmux.conf index f5fc266..b2434d8 100644 --- a/tmux.conf +++ b/tmux.conf @@ -18,6 +18,8 @@ bind m set-option -g mode-mouse on\; set-option -g mouse-select-pane on\; set-op bind M set-option -g mode-mouse off\; set-option -g mouse-select-pane off\; set-option -g mouse-select-window off\; set-option -g mouse-resize-pane off\; display-message "mouse mode OFF" bind -n M-w next-window bind -n M-q previous-window +bind -n M-j next-window +bind -n M-k previous-window bind -n M-` last-window bind -n S-Pageup copy-mode -u setw -g mode-keys vi