Use tmux 3 style!
This commit is contained in:
parent
7dcd6f958e
commit
7751cb3a6d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue