[tmux] change cursor to block
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user