Are these zsh-autocomplete options still valid? #590
-
|
The plugin documentation used to include the following options, which still appear in my
Are they still valid? Unless I'm mistaken, they've dropped out of Many thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
marlonrichert
May 20, 2023
Replies: 1 comment
-
|
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yrammos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
min-inputis definitely still supported. The rest not. Here's how they work now instead:cdrfor recent dirs, you don't need to do anything.menu-selectsimply bind it to Tab, like so:bindkey '\t' menu-selectfzfcompletion, either use its own completion script or use a third-party tool, such aslincheney/fzf-tab-completionorAloxaf/fzf-tab.fzfmyself. Or perhaps one of the authors in the previous bullet poi…