Replies: 1 comment 1 reply
-
Because the currently possible configuration settings are now documented in the Readme. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Please forgive me for asking a stupid question: Why doesn't the
main
branch contain the.zshrc
file as a reference for configuration?I'm currently trying to disable some of the keybindings and disable
recent-dirs
.Is the file https://github.com/marlonrichert/zsh-autocomplete/blob/5cc9da132e7535a540fb1235ce27fd5a233d4f0e/.zshrc still valid and the latest? It was edited 5 months ago.
Then I also found the thread #346 which contains
zsh-autocomplete/.zshrc
Line 11 in b41b563
zstyle ':autocomplete:*' recent-dirs off
still works?According to #477, do I have to add the line
zstyle -T ":autocomplete:recent-dirs" disabled
to disable recent-dirs?Therefore I have the question: Why doesn't the
main
branch contain the.zshrc
file as a reference for configuration? I could not find the settings contained in the.zshrc
file in the README.md or in the source code. I could only find them from searching through the issues. But I am afraid I found the old config that no longer works.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions