mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Don't break kill ring rotation
This commit is contained in:
parent
c7d4a85031
commit
4e90215649
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ ZSH_AUTOSUGGEST_IGNORE_WIDGETS=(
|
||||||
set-local-history
|
set-local-history
|
||||||
which-command
|
which-command
|
||||||
yank
|
yank
|
||||||
|
yank-pop
|
||||||
)
|
)
|
||||||
|
|
||||||
# Max size of buffer to trigger autosuggestion. Leave undefined for no upper bound.
|
# Max size of buffer to trigger autosuggestion. Leave undefined for no upper bound.
|
||||||
|
|
Loading…
Reference in a new issue