-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Description
Hello,
I'm not sure if I can post my issue here but if this isn't the place I would be glad to be redirect in a more appropriate place. I'm configuring my zshrc with zinit and I have this
zinit lucid wait for zsh-users/zsh-history-substring-search
HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND=''
HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND=''
bindkey '^p' history-substring-search-up
bindkey '^n' history-substring-search-down
bindkey '^k' history-substring-search-up
bindkey '^j' history-substring-search-down
But when I 'scroll' over my history I have weird result where it overlaps with autocomplete and I have weird result like this
Is there a way to disable autocomplete when I search in my history ?
Fissium
Metadata
Metadata
Assignees
Labels
No labels