diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-26 10:25:26 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-26 10:25:26 +0200 |
| commit | 54b79b4ff4e607a914f48a42cd7b76037e23667e (patch) | |
| tree | 8b000be707d7d31d9023b329313553e1854b012a /tmux | |
| parent | 0f09137e4ff442ee78fb8c95c2539c7f1026c824 (diff) | |
improve tmux session/project attach logic, support directory argument
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
