disabling 'cursor' breaks color changes
the 'cursor' highlighter needs to be enabled for character color changes
to take place beneath the cursor on non-(u)rxvt terminals.
Partial revert of ab99776
This commit is contained in:
parent
ab99776d4e
commit
c3130eda38
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ zprompt_theme='steeef'
|
||||||
# this determines what highlighters will be used with the completion module
|
# this determines what highlighters will be used with the completion module
|
||||||
# documentation of the highlighters can be found here:
|
# documentation of the highlighters can be found here:
|
||||||
# https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md
|
# https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md
|
||||||
zhighlighters=(main brackets)
|
# for (u)rxvt users, disabling the 'cursor' highlighter will fix the disappearing cursor problem
|
||||||
|
zhighlighters=(main brackets cursor)
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue