From 48de7e5e24228eb4f70b98d84c64be7ef15b586d Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Wed, 29 Jul 2026 12:51:37 +0200 Subject: [PATCH] add sync to features (did nothing though) --- tmux/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 147b555..313055e 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -30,6 +30,7 @@ bind b break-pane set -g default-terminal "tmux-256color" set -as terminal-overrides ",xterm-256color:Tc" +set -as terminal-features ',xterm-256color:sync' set -g base-index 1 setw -g pane-base-index 1 set -g renumber-windows on