diff options
Diffstat (limited to 'misc/tmux.conf')
-rw-r--r-- | misc/tmux.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/tmux.conf b/misc/tmux.conf index 4bba128..b620d5f 100644 --- a/misc/tmux.conf +++ b/misc/tmux.conf | |||
@@ -1,7 +1,7 @@ | |||
1 | new-session # Start a new session if none available | 1 | new-session # Start a new session if none available |
2 | bind M-q select-layout even-horizontal | 2 | bind C-q select-layout even-horizontal |
3 | bind M-w select-layout even-vertical | 3 | bind C-w select-layout even-vertical |
4 | bind M-e select-layout main-horizontal | 4 | bind C-e select-layout main-horizontal |
5 | bind M-r select-layout main-vertical | 5 | bind C-r select-layout main-vertical |
6 | bind N new-session | 6 | bind N new-session |
7 | bind-key -n C-F3 set-option -g status #Ctrl+F3 Combo | 7 | bind-key -n C-F3 set-option -g status #Ctrl+F3 Combo |