From ab99776d4e302c00fef254bc0733613242372016 Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Tue, 29 Dec 2015 04:47:25 -0500 Subject: [PATCH] Disable 'cursor' as default highlighter 'cursor' isn't super useful and causes problems with rxvt. Also make note of where documentation can be found for the various highlighters. --- templates/zimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/zimrc b/templates/zimrc index 366bdce..0118070 100644 --- a/templates/zimrc +++ b/templates/zimrc @@ -30,7 +30,9 @@ zprompt_theme='steeef' # # this determines what highlighters will be used with the completion module -zhighlighters=(main brackets cursor) +# documentation of the highlighters can be found here: +# https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md +zhighlighters=(main brackets) #