diff options
Diffstat (limited to 'dot')
-rw-r--r-- | dot/tmux.stage2.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dot/tmux.stage2.conf b/dot/tmux.stage2.conf index 915b203..495a7ea 100644 --- a/dot/tmux.stage2.conf +++ b/dot/tmux.stage2.conf | |||
@@ -9,8 +9,14 @@ unbind C-b | |||
9 | set -g prefix C-z | 9 | set -g prefix C-z |
10 | bind z send-prefix | 10 | bind z send-prefix |
11 | 11 | ||
12 | # this is the best way to reorder windows | ||
13 | bind-key -n C-S-Left swap-window -t -1 | ||
14 | bind-key -n C-S-Right swap-window -t +1 | ||
15 | |||
12 | # redundantly bind some frequent commands so that the Control key does not have to be released | 16 | # redundantly bind some frequent commands so that the Control key does not have to be released |
13 | bind-key C-n next-window | 17 | bind-key C-n next-window |
18 | bind-key Space next-window | ||
19 | bind-key C-Space next-window | ||
14 | bind-key C-p previous-window | 20 | bind-key C-p previous-window |
15 | bind-key C-z last-window | 21 | bind-key C-z last-window |
16 | bind-key C-c new-window | 22 | bind-key C-c new-window |