From e655b7d036adfc23884a62a8577a3443001f4367 Mon Sep 17 00:00:00 2001 From: He4eT Date: Sun, 27 Apr 2025 02:27:43 +0200 Subject: [PATCH] zsh: autosuggestions: disable noisy triggers --- root/.zshrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/root/.zshrc b/root/.zshrc index 2fa4bf3..145e8cf 100644 --- a/root/.zshrc +++ b/root/.zshrc @@ -26,13 +26,14 @@ ZSH_CUSTOM="/home/odd/dotfiles/zsh" zstyle ':omz:alpha:lib:git' async-prompt no ZSH_THEME="custom-minimal" +CASE_SENSITIVE="false" + +ZSH_AUTOSUGGEST_ACCEPT_WIDGETS=(end-of-line) + MODE_INDICATOR="%F{yellow}◼%f" -VI_MODE_CURSOR_INSERT=2 KEYTIMEOUT=1 bindkey -M vicmd 'V' edit-command-line -CASE_SENSITIVE="false" - plugins=( git vi-mode