more tmux keybinds

This commit is contained in:
xfnw 2021-06-17 11:12:05 -04:00
parent 3dcd8f18b3
commit a13981df85
2 changed files with 14 additions and 2 deletions

View File

@ -57,4 +57,10 @@ set-option -g visual-activity on
set-option -g renumber-windows on
set-option -g focus-events on
# Keybinds
bind N swap-window -t +1 -d
bind P swap-window -t -1 -d
bind S-Left swap-pane -s '{left-of}'
bind S-Right swap-pane -s '{right-of}'
bind S-Up swap-pane -s '{up-of}'
bind S-Down swap-pane -s '{down-of}'

View File

@ -57,4 +57,10 @@ set-option -g visual-activity on
set-option -g renumber-windows on
set-option -g focus-events on
# Keybinds
bind N swap-window -t +1 -d
bind P swap-window -t -1 -d
bind S-Left swap-pane -s '{left-of}'
bind S-Right swap-pane -s '{right-of}'
bind S-Up swap-pane -s '{up-of}'
bind S-Down swap-pane -s '{down-of}'