chore(tmux): update key bindings for window navigation

This commit is contained in:
2025-06-16 11:19:43 +02:00
parent 9d73dcf1d7
commit 4c35e7b5f3

View File

@ -1,7 +1,7 @@
bind-key w select-pane -U
bind-key a select-pane -L
bind-key s select-pane -D
bind-key d select-pane -R
bind-key c detach
bind-key a previous-window
bind-key d next-window
bind-key n new-window
bind-key f set-option -g mouse \; display-message 'Mouse #{?mouse,on,off}'