What ice modifier should I use for 'marlonrichert/zsh-autocomplete'? #595
-
Based on the documentation, I am using the following for 'zsh-users/zsh-autosuggestions'. zinit wait lucid atload'_zsh_autosuggest_start' light-mode for \
zsh-users/zsh-autosuggestions Likewise, I would like to know what is the equivalent of '_zsh_autosuggest_start' for 'marlonrchert/zsh-autocomplete'? I am not sure where to find various events like '_zsh_autosuggest_start'. I don't find any guidance at 'marlonrchert/zsh-autocomplete' repo as well. |
Beta Was this translation helpful? Give feedback.
Answered by
vladdoster
Dec 10, 2023
Replies: 1 comment 1 reply
-
Here is my configuration: Tip Github link to relevant part in my zinit config. zinit wait light-mode lucid for \
atinit"zicompinit; zicdreplay" \
@zdharma-continuum/fast-syntax-highlighting \
atload"_zsh_autosuggest_start" \
atinit"bindkey '^_' autosuggest-execute;bindkey '^ ' autosuggest-accept;" \
@zsh-users/zsh-autosuggestions \
blockf atpull'zinit creinstall -q .' \
@zsh-users/zsh-completions Important Load last and the order is important. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rasivasu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@rasivasu,
Here is my configuration:
Tip
Github link to relevant part in my zinit config.
Important
Load last and the order is important.