[profiles/base] change .tmux.conf

This commit is contained in:
2026-02-21 07:10:15 +01:00
parent 9e80caef23
commit 78e0489d16

View File

@@ -15,12 +15,9 @@ bind M-q send-prefix
set -g default-terminal "tmux-256color" 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 block
set -g cursor-style "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 # undercurl support
set -ag terminal-overrides ',*:Smulx=\E[4::%p1%dm' set -ag terminal-overrides ',*:Smulx=\E[4::%p1%dm'