From 54b79b4ff4e607a914f48a42cd7b76037e23667e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 26 Mar 2026 10:25:26 +0200 Subject: improve tmux session/project attach logic, support directory argument --- tmux/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index a71c1ac..78c7a51 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -38,3 +38,7 @@ set-option -g pane-active-border-style fg=magenta,bold set -g status-right '#{@hexai_status} #[fg=colour8]| %H:%M' set -g status-right-length 120 set-environment -g HEXAI_TMUX_STATUS_THEME white-on-purple + +# Use csi-u (Kitty) extended key encoding for unambiguous modifier+key combos. +# The default xterm format causes ambiguity with Ctrl/Alt/Shift combinations. +set -g extended-keys-format csi-u -- cgit v1.2.3