diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/.tmux.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/.tmux.conf b/misc/.tmux.conf new file mode 100644 index 0000000..c43db32 --- /dev/null +++ b/misc/.tmux.conf | |||
@@ -0,0 +1,5 @@ | |||
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 | ||