From a2687d5788b715fb0b4bdc4e15808fe292e10ce8 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 14 May 2025 20:38:27 +0200 Subject: [PATCH] tmux.conf: update --- tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux.conf b/tmux.conf index d9b5c62..d69edbf 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,6 +1,6 @@ -set -g default-terminal "tmux-256color" -set -ag terminal-overrides ",xterm-256color:RGB" -set -as terminal-features ',xterm-256color:clipboard' +set -g default-terminal "$TERM" +set -ag terminal-overrides ",$TERM:Tc" +set -as terminal-features ",$TERM:clipboard,$TERM:usstyle" set-window-option -g mode-keys vi set -g escape-time 10