Swap windows in tmux

This commit is contained in:
Andrew Tomaka 2022-11-20 12:23:08 -05:00
parent 8495c9d0b7
commit 8bf2d214b6
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

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