diff --git a/link/.tmux.conf b/link/.tmux.conf index 51668a7..ef31264 100644 --- a/link/.tmux.conf +++ b/link/.tmux.conf @@ -41,6 +41,10 @@ bind -r L resize-pane -R 5 bind -r C-h select-window -t :- bind -r C-l select-window -t :+ +# Change ordering of windows +bind -r C-S-Left swap-window -t -1 +bind -r C-S-Right swap-window -t +1 + # Disable mouse (for now) setw -g mode-mouse off