mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-18 16:06:00 +00:00
feat(tmux): enable allow-passthrough for terminal queries
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user