How to trigger completion on key press? #383
-
Hi, I'm a new user, and thanks for making such a fantastic extension. While the extension is handy, I don't need the suggestion dropdown most of the time. Is it possible to trigger the dropdown manually by pressing some keys? Moreover, for the directory suggestion, is it possible to hide the folders that start with a dot? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Glad to hear. You're welcome! 🤗
Yes, add the following to your zstyle ':autocomplete:async' enabled no
It wasn't, but I've now changed it so that dotfiles are hidden by default and shown only when the shell option |
Beta Was this translation helpful? Give feedback.
-
The plugin stops behaving like described from aed8e17 onwards. |
Beta Was this translation helpful? Give feedback.
Glad to hear. You're welcome! 🤗
Yes, add the following to your
.zshrc
file before sourcing the plugin:zstyle ':autocomplete:async' enabled no
It wasn't, but I've now changed it so that dotfiles are hidden by default and shown only when the shell option
GLOB_DOTS
has been set (which is off by default): #384.