From 6b0a8048cfac2991ec67bd6a2d8a4e8753548a6a Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 29 Dec 2024 17:15:34 +0100 Subject: [PATCH] Fix cursor. --- config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index bf7c90a..5d764b0 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -1,6 +1,6 @@ set -g set-titles on set -g default-terminal "xterm-256color" -set -g terminal-overrides ",xterm-256color:Tc" +set -ga terminal-overrides ",*:Tc:Se=\E[2 q" set -g renumber-windows on setw -g aggressive-resize on setw -g automatic-rename on