diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-06-28 12:42:41 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-06-28 12:42:41 +0800 |
commit | 3e6fa3bbfd4f4de7780b2e14cff7ffa825978c80 (patch) | |
tree | b6df2791a214aa088335a785dcae9119afd12497 /misc | |
parent | 3526eb6d756e3c37190814eca2e22ce9f7d9f1de (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 index a87b07a..0806bbf 100644 --- a/misc/tmux.conf +++ b/misc/tmux.conf | |||
@@ -1,8 +1,11 @@ | |||
1 | set -g default-terminal "tmux-256color" | 1 | set -g default-terminal "tmux-256color" |
2 | set -ag terminal-overrides ",xterm-256color:RGB" | ||
2 | 3 | ||
3 | unbind C-b | 4 | unbind C-b |
4 | set-option -g prefix C-g | 5 | set-option -g prefix C-g |
5 | bind-key C-g send-prefix | 6 | bind-key C-g send-prefix |
7 | set-option -gw xterm-keys on | ||
8 | bind-key -nr C-_ send-keys C-/ | ||
6 | 9 | ||
7 | new-session # Start a new session if none available | 10 | new-session # Start a new session if none available |
8 | bind N new-session | 11 | bind N new-session |
@@ -10,6 +13,8 @@ bind-key -n C-F3 set-option -g status #Ctrl+F3 Combo | |||
10 | 13 | ||
11 | bind k copy-mode | 14 | bind k copy-mode |
12 | 15 | ||
16 | set -sg escape-time 0 | ||
17 | |||
13 | #bind C-q select-layout even-horizontal | 18 | #bind C-q select-layout even-horizontal |
14 | #bind C-w select-layout even-vertical | 19 | #bind C-w select-layout even-vertical |
15 | #bind C-e select-layout main-horizontal | 20 | #bind C-e select-layout main-horizontal |