Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh: no matches found
- X-seq: zsh-users 18751
- From: lilydjwg <lilydjwg@xxxxxxxxx>
- To: John Eikenberry <jae@xxxxxxxx>, zsh-users@xxxxxxx
- Subject: Re: zsh: no matches found
- Date: Tue, 22 Apr 2014 14:02:55 +0800
- Disposition-notification-to: missyou11@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to :disposition-notification-to:user-agent; bh=BnmKrptb0BtLJ4dsn9LmranGjAI3SthfgEO4nNbigec=; b=qEzD8PEzElCI2OFYzijwY+Unfm6pRWxyMudLkHVh/QYaJT3RXj9DBQoGnueBEQbUL/ NAdwsPIJnKHnsombP6GRLdRS/TboRBR0CKdBTnvE+8yVMLqdbzf/vpUCdOOGWTSC/XJr 7AXbFDGCwLMbsZqAY/yuxsXGviAhmzIFsJPyzyazOum6ZodVpxLjuBrT98GXavbQvoK4 GAcs5wkP3eWviiGGf8lRXoegH8Ddu+uJ7ZmEA69y1yomDtTpz+uEJxrJ7Od5XloDqedb PS+LNYgWR1XWGQHLdYjkOZ1xW9n2/yQE5gunHu+R42vDy7dMklfalWOjbEXoZDFT2CJH ybAA==
- In-reply-to: <20140421194618.GA10917@neroon.zhar.net>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CALfoNRxgwaETX1Zt=wkGULy3WheNe-o3TzWe+EBpVrdR_Wv2OA@mail.gmail.com> <874n1ot1nt.fsf@gmail.com> <87k3akrljw.fsf@turtle.gmx.de> <87zjjfsy3m.fsf@gmail.com> <20140421194618.GA10917@neroon.zhar.net>
On Mon, Apr 21, 2014 at 12:46:18PM -0700, John Eikenberry wrote:
> If you're cutting-n-pasting these from the browser, the url-quote-magic zle
> widget might be useful.
>
>
> autoload -U url-quote-magic ; zle -N self-insert url-quote-magic
>
>
> This will auto-quote/escape URLs when typed (or pasted) .
Hi, I find url-quote-magic is great for literal URLs, but when I try to
paste some code with variables in URLs it breaks. Is there a toggle
key/function or something to temporarily disable url-quote-magic? Now
I have to edit the config then restart to get away with it :-(
--
Best regards,
lilydjwg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author