diff --git a/modules/cli/zsh/init.zsh b/modules/cli/zsh/init.zsh index f7c95ef..c8d781a 100644 --- a/modules/cli/zsh/init.zsh +++ b/modules/cli/zsh/init.zsh @@ -10,6 +10,8 @@ pastefinish() { } zstyle :bracketed-paste-magic paste-init pasteinit zstyle :bracketed-paste-magic paste-finish pastefinish +# https://github.com/zsh-users/zsh-autosuggestions/issues/351 +ZSH_AUTOSUGGEST_CLEAR_WIDGETS+=(bracketed-paste) # Make sure the terminal is in application mode, when zle is # active. Only then are the values from $terminfo valid.