Using just the async typeahead feature? #596
Unanswered
Squirreljetpack
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Add to your zstyle ':autocomplete:(config|key-bindings|recent-dirs)' enabled no No guarantees that this will work out of the box with your own config, though. You might have to tweak it a bit. |
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
-
Async completion is very cool, but I have my own completion system, keybinds and init.
To clarify, currently when typing, I can browse history with autosuggestions, and up, down keys. Pressing tab brings up a menu of completions.
Is it possible to setup a part of zsh-autocomplete, so that the autocompletions are automatically updated, and no new completions are installed? Is the async updating of completions connected to everything else or is it possible to load a snippet just for that?
Beta Was this translation helpful? Give feedback.
All reactions