Skip to content
Discussion options

You must be logged in to vote

That is to say, I'd like to use this autocomplete plugin only for the display of completions and none of its history-related features.

Is there a way to achieve this? config doc is not complete enough.

The config doc does in fact say how to achieve this:

# up-line-or-history: Cycle to previous history line.

# down-line-or-history: Cycle to next history line.

So, in order to get the default Zsh behavior of the up and down arrows, you need to add this to your .zshrc after sourcing Zsh Autocomplete:

bindkey '\e[A' up-line-or-history
bindkey '\eOA' up-line-or-history
bin…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@unphased
Comment options

Comment options

You must be logged in to vote
3 replies
@unphased
Comment options

@marlonrichert
Comment options

@unphased
Comment options

Answer selected by marlonrichert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants