Fix zsh copy/paste bug

This commit is contained in:
2024-11-22 18:20:57 +01:00
parent f7b454646b
commit 0dcc320239
+2
View File
@@ -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.