tmux: add key binding to move windows around
This commit is contained in:
parent
9f5478d75d
commit
a6beb8a726
1 changed files with 3 additions and 1 deletions
|
@ -31,12 +31,14 @@ bind -r C-j resize-pane -D 2
|
|||
bind -r C-k resize-pane -U 2
|
||||
bind -r C-l resize-pane -R 2
|
||||
|
||||
# Arrangement of panes
|
||||
# Arrangement of panes & windows
|
||||
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
|
||||
bind -r > swap-window -d -t :+
|
||||
bind -r < swap-window -d -t :-
|
||||
|
||||
# Choosing layouts
|
||||
bind -r C-o rotate-window
|
||||
|
|
Loading…
Add table
Reference in a new issue