From 4e902156499f216bf17bab6227b25678a0b17a4c Mon Sep 17 00:00:00 2001 From: Harm te Hennepe Date: Sun, 24 Dec 2017 22:46:20 +0100 Subject: [PATCH] Don't break kill ring rotation --- zsh-autosuggestions.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh-autosuggestions.zsh b/zsh-autosuggestions.zsh index ccfe07e..b8d29b5 100644 --- a/zsh-autosuggestions.zsh +++ b/zsh-autosuggestions.zsh @@ -93,6 +93,7 @@ ZSH_AUTOSUGGEST_IGNORE_WIDGETS=( set-local-history which-command yank + yank-pop ) # Max size of buffer to trigger autosuggestion. Leave undefined for no upper bound.