Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Completion inside braces



On Apr 23,  6:15pm, Zefram wrote:
> Subject: Re: Completion inside braces
>
> Greg Badros wrote:
> >Is there any straightforward way to make completion work when you're
> >inside braces.
> 
> Not at the moment -- you simply can't do completion inside braces.

You can strip off the braces and then do completion, though ...

	bindkey -s '^X}' '}^I^H^I'

Type ctrl-X close-brace and watch the fun.

I admit that's probably not what's wanted in a lot of circumstances.

-- 
Bart Schaefer                             Brass Lantern Enterprises
http://www.well.com/user/barts            http://www.nbn.com/people/lantern



Messages sorted by: Reverse Date, Date, Thread, Author