aboutsummaryrefslogtreecommitdiffhomepage
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/tmux.conf9
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
5bind-key C-g send-prefix 5bind-key C-g send-prefix
6 6
7new-session # Start a new session if none available 7new-session # Start a new session if none available
8bind C-q select-layout even-horizontal
9bind C-w select-layout even-vertical
10bind C-e select-layout main-horizontal
11bind C-r select-layout main-vertical
12bind N new-session 8bind N new-session
13bind-key -n C-F3 set-option -g status #Ctrl+F3 Combo 9bind-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