From 1c6fe8f03a1e2bf0b98a9bb37009dbcbc7be104c Mon Sep 17 00:00:00 2001 From: Revaz Nakhutsrishvili Date: Wed, 7 May 2025 12:10:51 +0400 Subject: tmux: enable vi mode keys --- tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tmux/.tmux.conf') 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' -- cgit v1.2.3-70-g09d2