Skip to content

Are these zsh-autocomplete options still valid? #590

Answered by marlonrichert
yrammos asked this question in Q&A
Discussion options

You must be logged in to vote

min-input is definitely still supported. The rest not. Here's how they work now instead:

  • To let Autocomplete use cdr for recent dirs, you don't need to do anything.
  • To use menu-select simply bind it to Tab, like so: bindkey '\t' menu-select
  • To use fzf completion, either use its own completion script or use a third-party tool, such as lincheney/fzf-tab-completion or Aloxaf/fzf-tab.
  • If you want to use both, you'll need to write your own widget that somehow decides which one to call when. I decided I no longer want to maintain this functionality, since are too many different opinions on how this should work and I don't use fzf myself. Or perhaps one of the authors in the previous bullet poi…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yrammos
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