mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
docs: widgets calling autosuggestion widgets must be ignored (#716)
This commit is contained in:
parent
a411ef3e09
commit
8036b61ad1
1 changed files with 2 additions and 1 deletions
|
@ -73,6 +73,7 @@ Widgets that modify the buffer and are not found in any of these arrays will fet
|
|||
|
||||
**Note:** A widget shouldn't belong to more than one of the above arrays.
|
||||
|
||||
**Note:** Any widget which calls one of the [autosuggestion widgets](#autosuggestion-widgets) must be added to `ZSH_AUTOSUGGEST_IGNORE_WIDGETS` before creating the new widget's keymap.
|
||||
|
||||
### Disabling suggestion for large buffers
|
||||
|
||||
|
@ -102,7 +103,7 @@ Set `ZSH_AUTOSUGGEST_COMPLETION_IGNORE` to a [glob pattern](http://zsh.sourcefor
|
|||
**Note:** This only affects the `completion` suggestion strategy.
|
||||
|
||||
|
||||
### Key Bindings
|
||||
### Autosuggestion widgets
|
||||
|
||||
This plugin provides a few widgets that you can use with `bindkey`:
|
||||
|
||||
|
|
Loading…
Reference in a new issue