AutoYADM commit: 2024-12-25 22:30:02
This commit is contained in:
parent
e3f820a3f1
commit
0e963ec516
1 changed files with 3 additions and 2 deletions
|
@ -124,9 +124,10 @@ bind Down resize-pane -D 5
|
|||
|
||||
# Focus windows
|
||||
bind -n M-u next-window
|
||||
bind -n M-U swap-window -t -
|
||||
bind -n M-l previous-window
|
||||
bind -n M-L swap-window -t +
|
||||
# Swap window left/right (keeping focus)
|
||||
bind -n M-U swap-window -t + \; next-window
|
||||
bind -n M-L swap-window -t - \; previous-window
|
||||
|
||||
# Swap active pane with direction
|
||||
bind C-j swap-pane -t left
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue