feat(tmux): add xterm-ghostty settings

This commit is contained in:
2026-03-10 00:43:00 +01:00
parent 30f82f848c
commit ef9bf9558f

View File

@@ -1,6 +1,6 @@
set -g default-terminal "xterm-256color" set -g default-terminal "tmux-256color"
set -ga terminal-overrides ",xterm-256color:RGB" set -ga terminal-overrides ",xterm-ghostty:RGB,xterm-256color:RGB"
set -ga terminal-features ",xterm-256color:clipboard" set -ga terminal-features ",xterm-ghostty:clipboard,xterm-256color:clipboard"
set -g allow-passthrough on set -g allow-passthrough on
set -g set-clipboard on set -g set-clipboard on