Fixed autosuggestions in vi mode
This commit is contained in:
parent
1df19a07cf
commit
243020a2c7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user