Tmux : Add redundant W/S keys to swap panes.

This commit is contained in:
Dmitry Voronin 2024-09-14 04:19:45 +03:00
parent 6a77918b32
commit cbf2a48eaf
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -17,7 +17,9 @@ in {
bind -n M-h resize-pane -L ${toString stepHorizontal}
bind -n M-l resize-pane -R ${toString stepHorizontal}
bind -n M-A swap-pane -U
bind -n M-W swap-pane -U
bind -n M-D swap-pane -D
bind -n M-S swap-pane -D
unbind '"'
unbind %