From 471259d993b6cbf1ab955266b7577447475f98c3 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Mon, 29 Nov 2021 16:01:39 +0100 Subject: [PATCH] chore(zsh): add zsh-autosuggestions and syntax-highlighting --- zshrc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index d3c4a5c..29f2795 100644 --- a/zshrc +++ b/zshrc @@ -45,9 +45,9 @@ antigen bundle vagrant antigen bundle virtualenv antigen bundle yarn antigen bundle z -antigen bundle zsh-autosuggestions antigen bundle zsh-interactive-cd -antigen bundle zsh-syntax-highlighting +antigen bundle zsh-users/zsh-autosuggestions +antigen bundle zsh-users/zsh-syntax-highlighting # Syntax highlighting bundle antigen bundle zsh-users/zsh-syntax-highlighting @@ -59,6 +59,13 @@ antigen apply # *** *** Configuration *** *** # ***************************** +CASE_SENSITIVE="true" # Case-sensitive completion +DISABLE_AUTO_TITLE="true" # Disable auto-setting terminal title +COMPLETION_WAITING_DOTS="true" # Red dots while waiting for completion + +# Autosuggest Highlighting +ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=7,bg=bold,underline" + # Vim mode bindkey -v export KEYTIMEOUT=1