diff --git a/zsh/.zshrc b/zsh/.zshrc index 4aaf312..b90410f 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -98,3 +98,6 @@ 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)