diff options
-rw-r--r-- | tmux/.tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index bbd39bb..c3de4d2 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -17,6 +17,8 @@ bind -r M-j resize-pane -D 5 bind -r M-k resize-pane -U 5 bind -r M-l resize-pane -R 5 +set-window-option -g mode-keys vi + set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' |