From 5cb0a51049eabafb286d1300d5c4efae518c3801 Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Thu, 28 Jan 2016 08:50:15 -0500 Subject: [PATCH] [template] expand note of highlighter conflicts --- templates/zimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/zimrc b/templates/zimrc index f75e92e..482ef5e 100644 --- a/templates/zimrc +++ b/templates/zimrc @@ -36,10 +36,11 @@ zprompt_theme='steeef' # Syntax-Highlighting # -# This determines what highlighters will be used with the completion module. +# 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 users, disabling the 'cursor' highlighter will fix the disappearing cursor problem +# For (u)rxvt and gnome-terminal users, +# removing the 'cursor' highlighter will fix the disappearing cursor problem zhighlighters=(main brackets cursor)