From c08cf86a34b3dc7054fd96d36c7d98822929f0fc Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Fri, 13 Jan 2023 19:50:41 -0800 Subject: [PATCH] show cursor in alacritty When the cursor is in the middle of the line, it's invisible without doing this workaround? --- runcoms/zpreztorc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runcoms/zpreztorc b/runcoms/zpreztorc index 0921c2a..6c5cbd2 100644 --- a/runcoms/zpreztorc +++ b/runcoms/zpreztorc @@ -197,7 +197,8 @@ zstyle ':prezto:module:syntax-highlighting' highlighters \ 'root' # # Set syntax highlighting styles. -# zstyle ':prezto:module:syntax-highlighting' styles \ +zstyle ':prezto:module:syntax-highlighting' styles \ + 'cursor' 'bg=white' # needs to be set for alacritty to work right? # 'builtin' 'bg=blue' \ # 'command' 'bg=blue' \ # 'function' 'bg=blue'