Move tmux windows left and right
This commit is contained in:
parent
383ee2b512
commit
5b3d0c727e
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ set -g automatic-rename off
|
|||
# renumber windows
|
||||
set -g renumber-windows on
|
||||
|
||||
# move windows around
|
||||
bind H swap-window -t -1
|
||||
bind L swap-window -t +1
|
||||
|
||||
# activity stuff
|
||||
set-window-option -g monitor-activity off
|
||||
|
||||
|
|
Loading…
Reference in a new issue