How to unbind tab key? #733
ChillarAnand
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After installing zsh-autocomplete, tab is binded to menu-complete command. However, I want to use tab for zsh default autocompletion.
For example after typing
cd <tab>
should show cycles through directories.How to achieve that?
I tried the following but that doesn't seem to work.
Beta Was this translation helpful? Give feedback.
All reactions