[tmux] change cursor to block

This commit is contained in:
2026-02-17 07:27:52 +01:00
parent 485cde3e0d
commit 80122275b3

View File

@@ -16,7 +16,7 @@ set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",*:RGB" set -ag terminal-overrides ",*:RGB"
# set cursor style to underline # set cursor style to underline
set -g cursor-style "underline" set -g cursor-style "block"
# avoid setting cursor back to block after detaching tmux # avoid setting cursor back to block after detaching tmux
set -ag terminal-overrides ",*:Se=\e[4 q" set -ag terminal-overrides ",*:Se=\e[4 q"