feat(tmux): explicitly set vi mode

This commit is contained in:
yeti 2025-05-13 15:26:56 +01:00
parent e1eb0e9d5e
commit 473d1deb16

View File

@ -450,6 +450,7 @@ set -g status-right "#{E:@catppuccin_status_session}"
set -g set-clipboard on
set -g allow-passthrough on
setw -g mode-keys vi
# -- custom variables ----------------------------------------------------------