diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-11-26 10:46:19 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-11-26 10:46:19 +0800 |
| commit | 8a8262201560959a50e30e847a6c0f2aa2b83fde (patch) | |
| tree | e0237a42f0567867f74569565dc348965ba62441 /misc | |
| parent | cb87b86d56cd113e057a95e68f5681b16905c444 (diff) | |
update
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 | ||