diff --git a/tmux.conf b/tmux.conf index c65f446..bef97fd 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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