diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-09 18:43:10 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-09 18:43:10 +0300 |
| commit | 62fde28b96f65e8c4a31116c8184662c74c3507c (patch) | |
| tree | 8ec01d44b21e9c56cd87d0dc666467d446301ab7 /tmux | |
| parent | 165aa7c36f8480918d120a7874d41a4ca6fcdede (diff) | |
tmux: add rocky overrides (C-g prefix for nested tmux), remove extended-keys-format for tmux 3.2 compat
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 1 | ||||
| -rw-r--r-- | tmux/tmux.rocky.conf | 11 |
2 files changed, 11 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 6224f70..96b98b8 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -57,4 +57,3 @@ set -g extended-keys on # 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 diff --git a/tmux/tmux.rocky.conf b/tmux/tmux.rocky.conf new file mode 100644 index 0000000..5bc22db --- /dev/null +++ b/tmux/tmux.rocky.conf @@ -0,0 +1,11 @@ +# Rocky VM tmux overrides +# Use C-g as prefix (nested tmux: earth outer=C-b, rocky inner=C-g) + +# Remove default C-b prefix +unbind C-b + +# Set new prefix to C-g +set -g prefix C-g + +# Send C-g through when double-tapped (like C-b b on default) +bind C-g send-prefix |
