diff options
-rw-r--r-- | misc/tmux.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/misc/tmux.conf b/misc/tmux.conf index 2dc1bd3..59e296e 100644 --- a/misc/tmux.conf +++ b/misc/tmux.conf | |||
@@ -5,9 +5,10 @@ set-option -g prefix C-g | |||
5 | bind-key C-g send-prefix | 5 | bind-key C-g send-prefix |
6 | 6 | ||
7 | new-session # Start a new session if none available | 7 | new-session # Start a new session if none available |
8 | bind C-q select-layout even-horizontal | ||
9 | bind C-w select-layout even-vertical | ||
10 | bind C-e select-layout main-horizontal | ||
11 | bind C-r select-layout main-vertical | ||
12 | bind N new-session | 8 | bind N new-session |
13 | bind-key -n C-F3 set-option -g status #Ctrl+F3 Combo | 9 | bind-key -n C-F3 set-option -g status #Ctrl+F3 Combo |
10 | |||
11 | #bind C-q select-layout even-horizontal | ||
12 | #bind C-w select-layout even-vertical | ||
13 | #bind C-e select-layout main-horizontal | ||
14 | #bind C-r select-layout main-vertical | ||