zsh: autosuggestions: disable noisy triggers

This commit is contained in:
He4eT 2025-04-27 02:27:43 +02:00
commit e655b7d036

View file

@ -26,13 +26,14 @@ ZSH_CUSTOM="/home/odd/dotfiles/zsh"
zstyle ':omz:alpha:lib:git' async-prompt no zstyle ':omz:alpha:lib:git' async-prompt no
ZSH_THEME="custom-minimal" ZSH_THEME="custom-minimal"
CASE_SENSITIVE="false"
ZSH_AUTOSUGGEST_ACCEPT_WIDGETS=(end-of-line)
MODE_INDICATOR="%F{yellow}◼%f" MODE_INDICATOR="%F{yellow}◼%f"
VI_MODE_CURSOR_INSERT=2
KEYTIMEOUT=1 KEYTIMEOUT=1
bindkey -M vicmd 'V' edit-command-line bindkey -M vicmd 'V' edit-command-line
CASE_SENSITIVE="false"
plugins=( plugins=(
git git
vi-mode vi-mode