fix tmux keybinds

This commit is contained in:
deneb 2025-02-25 14:07:10 +01:00
parent 068bfe7d41
commit 53f61371ec

View file

@ -1,6 +1,6 @@
set -s escape-time 0
bind h select-pane -U
bind h select-pane -L
bind j select-pane -D
bind k select-pane -L
bind k select-pane -U
bind l select-pane -R