From 3e6fa3bbfd4f4de7780b2e14cff7ffa825978c80 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Fri, 28 Jun 2024 12:42:41 +0800 Subject: Update --- misc/tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'misc') 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 @@ set -g default-terminal "tmux-256color" +set -ag terminal-overrides ",xterm-256color:RGB" unbind C-b set-option -g prefix C-g bind-key C-g send-prefix +set-option -gw xterm-keys on +bind-key -nr C-_ send-keys C-/ new-session # Start a new session if none available bind N new-session @@ -10,6 +13,8 @@ bind-key -n C-F3 set-option -g status #Ctrl+F3 Combo bind k copy-mode +set -sg escape-time 0 + #bind C-q select-layout even-horizontal #bind C-w select-layout even-vertical #bind C-e select-layout main-horizontal -- cgit v1.2.3-70-g09d2