From 90b0baad42943cf650fd16d64d73647d7c1034b4 Mon Sep 17 00:00:00 2001 From: Daniel Weber Date: Thu, 12 Sep 2024 10:05:17 -0400 Subject: [PATCH] Updating tmux config so that copy mode works --- tmux/.config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index c1fb099..04d3907 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -13,6 +13,7 @@ set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' set-option -g mouse on +setw -g mode-keys vi bind h select-pane -L bind j select-pane -D