From c3130eda38c1b4cb922eab5ddd1b7e43530613f1 Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Tue, 29 Dec 2015 05:00:48 -0500 Subject: [PATCH] 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 --- templates/zimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/zimrc b/templates/zimrc index 0118070..6cd807e 100644 --- a/templates/zimrc +++ b/templates/zimrc @@ -32,7 +32,8 @@ zprompt_theme='steeef' # this determines what highlighters will be used with the completion module # documentation of the highlighters can be found here: # 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) #