diff options
-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 c43db32..4bba128 100644 --- a/misc/.tmux.conf +++ b/misc/.tmux.conf | |||
@@ -3,3 +3,5 @@ bind M-q select-layout even-horizontal | |||
3 | bind M-w select-layout even-vertical | 3 | bind M-w select-layout even-vertical |
4 | bind M-e select-layout main-horizontal | 4 | bind M-e select-layout main-horizontal |
5 | bind M-r select-layout main-vertical | 5 | bind M-r select-layout main-vertical |
6 | bind N new-session | ||
7 | bind-key -n C-F3 set-option -g status #Ctrl+F3 Combo | ||