Turn on zle's bracketed-paste-magic
This commit is contained in:
parent
9a32974419
commit
73958f335f
1 changed files with 3 additions and 0 deletions
3
zshrc
3
zshrc
|
|
@ -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
|
||||||
# ====================
|
# ====================
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue