From 5b3d0c727e397f230c6c24163ccf9f42497e58e2 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Thu, 4 Jun 2015 11:22:31 -0400 Subject: [PATCH] Move tmux windows left and right --- tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) 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