From c7dff53354f73c3aa0ee5005ee9d03eeab8e5470 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Mon, 10 Apr 2023 09:44:32 +0200 Subject: [PATCH] now showing the vi mode --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index fe78456..7675d7d 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -5,6 +5,7 @@ bind-key C-a send-prefix # VI-mode set-window-option -g mode-keys vi +set-window-option -g status-keys vi # Enable Vi copy commands bind-key -T copy-mode-vi 'v' send -X begin-selection