[ZSH] Fix paste autosuggest

This commit is contained in:
Fabian Ising
2024-10-14 15:54:28 +02:00
parent 01219976e2
commit 8407f9178f

View File

@@ -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)