Swap windows in tmux
This commit is contained in:
parent
8495c9d0b7
commit
8bf2d214b6
1 changed files with 4 additions and 0 deletions
|
@ -38,5 +38,9 @@ bind j select-pane -D # bottom pane
|
|||
bind k select-pane -U # top pane
|
||||
bind l select-pane -R # right pane
|
||||
|
||||
# move windows
|
||||
bind H swap-window -t -1\; last-window
|
||||
bind L swap-window -t +1\; last-window
|
||||
|
||||
# neovim
|
||||
set-option -g focus-events on
|
||||
|
|
Loading…
Reference in a new issue