diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-11-26 11:22:04 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-11-26 11:22:04 +0800 |
commit | 4337c1bb33f84c5413efcaab164e97d31e617f0a (patch) | |
tree | 6a7cc4890662983ccd70d79a71ca0a0a8f20cda7 /misc/tmux.conf | |
parent | c4742b8a48a566b00a669b1b5edf1474430f1c7f (diff) |
update
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 | ||