diff options
Diffstat (limited to 'misc/tmux.conf')
-rw-r--r-- | misc/tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/tmux.conf b/misc/tmux.conf index 59e296e..a87b07a 100644 --- a/misc/tmux.conf +++ b/misc/tmux.conf | |||
@@ -8,6 +8,8 @@ new-session # Start a new session if none available | |||
8 | bind N new-session | 8 | bind N new-session |
9 | 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 | 10 | ||
11 | bind k copy-mode | ||
12 | |||
11 | #bind C-q select-layout even-horizontal | 13 | #bind C-q select-layout even-horizontal |
12 | #bind C-w select-layout even-vertical | 14 | #bind C-w select-layout even-vertical |
13 | #bind C-e select-layout main-horizontal | 15 | #bind C-e select-layout main-horizontal |