Remove cursor highlighter from zimrc template

Not needed in MacOS iTerm and Terminal, (u)rxvt, termite, alacritty and
gnome-terminal.
Does it do any good in any situation?

Closes #337

The develop branch already has this out:
229cea08e5/src/templates/zimrc.zsh.erb (L83-L85)
pull/338/head
Eric Nielsen 4 years ago
parent accabdb18b
commit de8027f19d
  1. 4
      templates/zimrc

@ -72,9 +72,7 @@ zinput_mode='emacs'
# This determines what highlighters will be used with the syntax-highlighting module.
# Documentation of the highlighters can be found here:
# https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md
# For (u)rxvt, termite and gnome-terminal users,
# removing the 'cursor' highlighter will fix the disappearing cursor problem
zhighlighters=(main brackets cursor)
zhighlighters=(main brackets)
#
# SSH

Loading…
Cancel
Save