From 473d1deb1611ab0607cf2c698d5f952614d39c3f Mon Sep 17 00:00:00 2001 From: yeti Date: Tue, 13 May 2025 15:26:56 +0100 Subject: [PATCH] feat(tmux): explicitly set vi mode --- home/.config/tmux/tmux.conf.local | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.config/tmux/tmux.conf.local b/home/.config/tmux/tmux.conf.local index 62e56c4..994c256 100644 --- a/home/.config/tmux/tmux.conf.local +++ b/home/.config/tmux/tmux.conf.local @@ -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 ----------------------------------------------------------