aboutsummaryrefslogtreecommitdiffhomepage
path: root/misc
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-06-28 12:42:41 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-06-28 12:42:41 +0800
commit3e6fa3bbfd4f4de7780b2e14cff7ffa825978c80 (patch)
treeb6df2791a214aa088335a785dcae9119afd12497 /misc
parent3526eb6d756e3c37190814eca2e22ce9f7d9f1de (diff)
Update
Diffstat (limited to 'misc')
-rw-r--r--misc/tmux.conf5
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 @@
1set -g default-terminal "tmux-256color" 1set -g default-terminal "tmux-256color"
2set -ag terminal-overrides ",xterm-256color:RGB"
2 3
3unbind C-b 4unbind C-b
4set-option -g prefix C-g 5set-option -g prefix C-g
5bind-key C-g send-prefix 6bind-key C-g send-prefix
7set-option -gw xterm-keys on
8bind-key -nr C-_ send-keys C-/
6 9
7new-session # Start a new session if none available 10new-session # Start a new session if none available
8bind N new-session 11bind N new-session
@@ -10,6 +13,8 @@ bind-key -n C-F3 set-option -g status #Ctrl+F3 Combo
10 13
11bind k copy-mode 14bind k copy-mode
12 15
16set -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