Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable suggestion #165

Open
noahfraiture opened this issue Jul 21, 2024 · 0 comments
Open

Disable suggestion #165

noahfraiture opened this issue Jul 21, 2024 · 0 comments

Comments

@noahfraiture
Copy link

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
image
Is there a way to disable autocomplete when I search in my history ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant