From ee8edb3982e6f1fb03615f53d15db2b74c518c1c Mon Sep 17 00:00:00 2001 From: pks Date: Fri, 19 Dec 2025 22:00:21 +0100 Subject: WIP --- tmux/.tmux/common.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tmux/.tmux/common.conf') diff --git a/tmux/.tmux/common.conf b/tmux/.tmux/common.conf index 5050ac3..b28a8ef 100644 --- a/tmux/.tmux/common.conf +++ b/tmux/.tmux/common.conf @@ -8,7 +8,9 @@ bind-key -r C-h select-window -t :- bind-key -r C-l select-window -t :+ # look good -set -g default-terminal "screen-256color" +set -g default-terminal "tmux-256color" +set -as terminal-features ",xterm-256color:RGB" +set -as terminal-features ",alacritty:RGB" # act like GNU screen unbind C-a -- cgit v1.2.3