From 78e0489d16f3db9cc646ad015aaabdd440dc3aec Mon Sep 17 00:00:00 2001 From: whiteman808 Date: Sat, 21 Feb 2026 07:10:15 +0100 Subject: [PATCH] [profiles/base] change .tmux.conf --- profiles/base/.tmux.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/profiles/base/.tmux.conf b/profiles/base/.tmux.conf index a8c67e6..e26a059 100644 --- a/profiles/base/.tmux.conf +++ b/profiles/base/.tmux.conf @@ -15,12 +15,9 @@ bind M-q send-prefix set -g default-terminal "tmux-256color" set -ag terminal-overrides ",*:RGB" -# set cursor style to underline +# set cursor style to block set -g cursor-style "block" -# avoid setting cursor back to block after detaching tmux -set -ag terminal-overrides ",*:Se=\e[4 q" - # undercurl support set -ag terminal-overrides ',*:Smulx=\E[4::%p1%dm'