Fixed autosuggestions in vi mode

This commit is contained in:
Tim Huizinga 2025-02-21 17:02:52 +01:00
parent 1df19a07cf
commit 243020a2c7

View File

@ -28,6 +28,9 @@ plugins=(
dirhistory
)
bindkey -M vicmd "k" up-line-or-beginning-search
bindkey -M vicmd "j" down-line-or-beginning-search
HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND="fg=yellow"
HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND="fg=red"
HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_TIMEOUT=3