Add window ordering to tmux

This commit is contained in:
2015-01-27 05:27:15 -05:00
parent 3024aa8b8d
commit 0f5892ae4a

View File

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