zsh-autosuggestions
zsh-autosuggestions copied to clipboard
document requirements for widgets that call autosuggestion widgets (#716)
I had time, so did this before hearing whether you're interested in the change with the expectation that you might simply close it.
To call a zsh-autosuggestions widget from another custom widget, it is necessary to add the widget to ZSH_AUTOSUGGEST_IGNORE_WIDGETS
before creating the custom widget keymap.
- #716