We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93deb2 commit cce4ab4Copy full SHA for cce4ab4
tmux/tmux.conf
@@ -87,6 +87,8 @@ bind -r [ select-pane -t :.-
87
bind -r ] select-pane -t :.+
88
bind -r Tab last-window # cycle thru MRU tabs
89
bind -r C-o swap-pane -D
90
+bind-key -n C-S-Left swap-window -t -1
91
+bind-key -n C-S-Right swap-window -t +1
92
93
# hjkl pane traversal
94
bind h select-pane -L
0 commit comments