From 0265a8c13a9b94faa9eb15da7fd7a39bc0580822 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 6 May 2024 16:11:27 +0200 Subject: [PATCH] tmux.conf: fix TERM variable --- tmux.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tmux.conf b/tmux.conf index 0747240..d343eb5 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,6 +1,5 @@ -set -g default-terminal "xterm-kitty" -#set-option -g default-terminal "xterm-256color" -set-option -ga terminal-overrides ",xterm-kitty:Tc:clipboard:usstyle" +set -g default-terminal "tmux-256color" +set -ag terminal-overrides ",xterm-256color:RGB" set-window-option -g mode-keys vi set -g escape-time 10