Move tmux windows left and right

This commit is contained in:
Andrew Tomaka 2015-06-04 11:22:31 -04:00
parent 383ee2b512
commit 5b3d0c727e

View file

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