Archived
1
0
Fork 0

tmux: Fix pane traversal keybinds for Dvorak layout

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2022-12-28 22:16:05 +01:00
parent 692c64f769
commit 711e9e1dbe
Signed by: c8h4
GPG key ID: 9C82009BEEDEA0FF

View file

@ -72,9 +72,9 @@ bind-key c new-window -c "#{pane_current_path}"
bind-key C-h previous-window
bind-key C-t next-window
# hjkl pane traver
bind-key h select-pane -L
bind-key w select-pane -D
# Pane traversal
bind-key d select-pane -L
bind-key h select-pane -D
bind-key t select-pane -U
bind-key n select-pane -R