From 80122275b3e6ce8a31d1d4a7270845bb179c12a2 Mon Sep 17 00:00:00 2001 From: whiteman808 Date: Tue, 17 Feb 2026 07:27:52 +0100 Subject: [PATCH] [tmux] change cursor to block --- profiles/base/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/.tmux.conf b/profiles/base/.tmux.conf index 34d80fe..a8c67e6 100644 --- a/profiles/base/.tmux.conf +++ b/profiles/base/.tmux.conf @@ -16,7 +16,7 @@ set -g default-terminal "tmux-256color" set -ag terminal-overrides ",*:RGB" # set cursor style to underline -set -g cursor-style "underline" +set -g cursor-style "block" # avoid setting cursor back to block after detaching tmux set -ag terminal-overrides ",*:Se=\e[4 q"