tmux/panes
This commit is contained in:
parent
ecc96e8dad
commit
aadbbee3ed
1 changed files with 5 additions and 4 deletions
|
@ -61,10 +61,11 @@ bind -n F2 new-window
|
|||
bind -n M-Left previous-window
|
||||
bind -n M-Right next-window
|
||||
|
||||
#bind -n S-Down select-pane -D
|
||||
#bind -n S-Left select-pane -L
|
||||
#bind -n S-Right select-pane -R
|
||||
#bind -n S-Up select-pane -U
|
||||
# select panes with Ctrl & Shift & ←↑↓→
|
||||
bind -n C-S-Down select-pane -D
|
||||
bind -n C-S-Left select-pane -L
|
||||
bind -n C-S-Right select-pane -R
|
||||
bind -n C-S-Up select-pane -U
|
||||
|
||||
# horizontal split with H
|
||||
bind-key h split-window -h
|
||||
|
|
Loading…
Add table
Reference in a new issue