diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-11-26 11:21:03 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-11-26 11:21:03 +0800 |
commit | c4742b8a48a566b00a669b1b5edf1474430f1c7f (patch) | |
tree | 8bff56d118eba44dd39b5b6a9641cc21d00ad7d3 | |
parent | 8a8262201560959a50e30e847a6c0f2aa2b83fde (diff) |
Update
-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 | ||