tmux: add bindings to join-pane above and left

This commit is contained in:
Fernando Schauenburg 2023-01-30 18:36:26 +01:00
parent feed74234d
commit 93770849ce

View file

@ -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