diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-02 21:59:45 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-02 21:59:45 +0800 |
| commit | a75633b75781237e4376c8cae136cd98d714ebab (patch) | |
| tree | 88e0562a6708d13759a4928893fdacf840bb48e8 /misc | |
| parent | 0399d98fa8519a72d66d323c7f1db9042ed6580f (diff) | |
update
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/tmux.conf b/misc/tmux.conf index cbd88e3..494dcd1 100644 --- a/misc/tmux.conf +++ b/misc/tmux.conf | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | set -g default-terminal "screen-256color" | ||
| 2 | |||
| 1 | unbind C-b | 3 | unbind C-b |
| 2 | set-option -g prefix C-g | 4 | set-option -g prefix C-g |
| 5 | bind-key C-g send-prefix | ||
| 3 | 6 | ||
| 4 | new-session # Start a new session if none available | 7 | new-session # Start a new session if none available |
| 5 | bind C-q select-layout even-horizontal | 8 | bind C-q select-layout even-horizontal |