Turn on zle's bracketed-paste-magic

This commit is contained in:
Sami Samhuri 2025-05-08 08:25:32 -07:00
parent 9a32974419
commit 73958f335f
No known key found for this signature in database

3
zshrc
View file

@ -178,6 +178,9 @@ done
# --------------------------- # ---------------------------
autoload -U url-quote-magic autoload -U url-quote-magic
zle -N self-insert url-quote-magic zle -N self-insert url-quote-magic
# See https://docs.jade.fyi/zsh/zsh.html#index-bracketed_002dpaste_002dmagic
autoload -Uz bracketed-paste-magic
zle -N bracketed-paste bracketed-paste-magic
### Terminal Settings ### Terminal Settings
# ==================== # ====================