AutoYADM commit: 2024-12-25 22:30:02

This commit is contained in:
Daniel Fichtinger 2024-12-25 22:30:02 -05:00
parent e3f820a3f1
commit 0e963ec516

View file

@ -124,9 +124,10 @@ bind Down resize-pane -D 5
# Focus windows # Focus windows
bind -n M-u next-window bind -n M-u next-window
bind -n M-U swap-window -t -
bind -n M-l previous-window 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 # Swap active pane with direction
bind C-j swap-pane -t left bind C-j swap-pane -t left