feat(tmux): enable allow-passthrough for terminal queries

This commit is contained in:
2026-03-18 01:32:55 +02:00
parent f6cd1a4e6e
commit ed1fe05681

View File

@@ -16,6 +16,7 @@
# -u : Unset the specified option. # -u : Unset the specified option.
set -as terminal-features ",xterm-256color:RGB:clipboard:usstyle:strikethrough:overline" set -as terminal-features ",xterm-256color:RGB:clipboard:usstyle:strikethrough:overline"
set -g allow-passthrough on # Let apps query outer terminal (OSC 11 for fish theme detection)
set -s escape-time 0 # Address vim mode switching delay set -s escape-time 0 # Address vim mode switching delay
set -s set-clipboard on # System clipboard via OSC 52 set -s set-clipboard on # System clipboard via OSC 52