diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2022-10-03 10:01:07 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2022-10-03 10:01:07 +0800 |
| commit | 596f8bf16ef20d04fb669f9db0cb5a69a3a4148e (patch) | |
| tree | 4eb48bb4cab3400134b78baaee60b34f3446a457 /misc | |
| parent | 5c2ea58262c95d2b1f2d5da5645954f016bb319b (diff) | |
Update
Diffstat (limited to 'misc')
| -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 59e296e..a87b07a 100644 --- a/misc/tmux.conf +++ b/misc/tmux.conf | |||
| @@ -8,6 +8,8 @@ new-session # Start a new session if none available | |||
| 8 | bind N new-session | 8 | bind N new-session |
| 9 | bind-key -n C-F3 set-option -g status #Ctrl+F3 Combo | 9 | bind-key -n C-F3 set-option -g status #Ctrl+F3 Combo |
| 10 | 10 | ||
| 11 | bind k copy-mode | ||
| 12 | |||
| 11 | #bind C-q select-layout even-horizontal | 13 | #bind C-q select-layout even-horizontal |
| 12 | #bind C-w select-layout even-vertical | 14 | #bind C-w select-layout even-vertical |
| 13 | #bind C-e select-layout main-horizontal | 15 | #bind C-e select-layout main-horizontal |