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