Updating tmux config so that copy mode works

This commit is contained in:
Daniel Weber 2024-09-12 10:05:17 -04:00
parent e3f345be42
commit 90b0baad42

View File

@ -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