mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
unposted: mention bracketed-paste-magic in url-quote-magic comments
This commit is contained in:
parent
3b3ce2bb3e
commit
2f2808098b
2 changed files with 12 additions and 1 deletions
|
@ -8,6 +8,12 @@
|
|||
# autoload -Uz url-quote-magic
|
||||
# zle -N self-insert url-quote-magic
|
||||
|
||||
# As of zsh-5.0.9, the following may also be necessary in order to apply
|
||||
# quoting to copy-pasted URLs:
|
||||
# autload -Uz bracketed-paste-magic
|
||||
# zle -N bracketed-paste bracketed-paste-magic
|
||||
# See also backward-extend-paste in bracketed-paste-magic source file.
|
||||
|
||||
# A number of zstyles may be set to control the quoting behavior.
|
||||
#
|
||||
# url-metas
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue