From ef9bf9558f7c818a950950b96ba145b8018a990b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Tue, 10 Mar 2026 00:43:00 +0100 Subject: [PATCH] feat(tmux): add xterm-ghostty settings --- tmux/tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index aaa3dc3..955892a 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,6 +1,6 @@ -set -g default-terminal "xterm-256color" -set -ga terminal-overrides ",xterm-256color:RGB" -set -ga terminal-features ",xterm-256color:clipboard" +set -g default-terminal "tmux-256color" +set -ga terminal-overrides ",xterm-ghostty:RGB,xterm-256color:RGB" +set -ga terminal-features ",xterm-ghostty:clipboard,xterm-256color:clipboard" set -g allow-passthrough on set -g set-clipboard on