diff options
Diffstat (limited to 'misc/tmux.conf')
-rw-r--r-- | misc/tmux.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/tmux.conf b/misc/tmux.conf new file mode 100644 index 0000000..4bba128 --- /dev/null +++ b/misc/tmux.conf | |||
@@ -0,0 +1,7 @@ | |||
1 | new-session # Start a new session if none available | ||
2 | bind M-q select-layout even-horizontal | ||
3 | bind M-w select-layout even-vertical | ||
4 | bind M-e select-layout main-horizontal | ||
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 | ||