Skip to content
Discussion options

You must be logged in to vote

You can use Fzf's Tab widget instead of zsh-autocomplete's by adding the following to your ~/.zshrc file:

zstyle ':autocomplete:tab:*' fzf yes

This is documented here: https://github.com/marlonrichert/zsh-autocomplete/blob/master/README.md#change-tab-behavior

For all other key bindings, with commit edf6f86, I've made it possible to override them manually. You can now find instructions with examples for this over here: https://github.com/marlonrichert/zsh-autocomplete/blob/master/README.md#change-other-key-bindings

For your case specifically, this is probably what you want:

source path/to/zsh-autocomplete
# zsh-autocomplete defines an associative array `key` that you can use.
# The followi…

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by marlonrichert
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #108 on March 08, 2021 21:07.