Use tmux 3 style!

This commit is contained in:
Andrew Tomaka 2023-07-27 23:53:23 -04:00
parent 7dcd6f958e
commit 7751cb3a6d
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ 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
bind H swap-window -d -t -1
bind L swap-window -d -t +1
# neovim
set-option -g focus-events on