more tmux keybinds
This commit is contained in:
parent
3dcd8f18b3
commit
a13981df85
2 changed files with 14 additions and 2 deletions
|
@ -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}'
|
||||
|
|
|
@ -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}'
|
||||
|
|
Loading…
Reference in a new issue