update
This commit is contained in:
parent
16e773b6c8
commit
dd2a5c6794
4 changed files with 16 additions and 6 deletions
|
|
@ -28,10 +28,10 @@ set-option -g @ssh-split-keep-cwd "true"
|
|||
set-option -g @ssh-split-keep-remote-cwd "true"
|
||||
|
||||
# Use Alt-arrow keys without prefix key to switch panes
|
||||
bind -n M-Left select-pane -L
|
||||
bind -n M-Right select-pane -R
|
||||
bind -n M-Up select-pane -U
|
||||
bind -n M-Down select-pane -D
|
||||
bind -n M-Left resize-pane -L 5
|
||||
bind -n M-Right resize-pane -R 5
|
||||
bind -n M-Up resize-pane -U 5
|
||||
bind -n M-Down resize-pane -D 5
|
||||
|
||||
# Shift arrow to switch windows
|
||||
bind -n S-Left previous-window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue