tmux: add bindings to join-pane above and left
This commit is contained in:
parent
feed74234d
commit
93770849ce
1 changed files with 2 additions and 0 deletions
|
@ -31,7 +31,9 @@ bind -r C-l resize-pane -R 5
|
|||
|
||||
# Arrangement of panes
|
||||
bind b break-pane \; select-pane -m \; last-window
|
||||
bind H join-pane -h -b
|
||||
bind J join-pane -v
|
||||
bind K join-pane -v -b
|
||||
bind L join-pane -h
|
||||
|
||||
# Choosing layouts
|
||||
|
|
Loading…
Add table
Reference in a new issue