On 14 July 2015 at 09:50, Alon Bar-Lev <alo...@gentoo.org> wrote:
> On 14 July 2015 at 10:47, Emanuele Rusconi <ema...@gmail.com> wrote:
>> In my setup (borrowed from grml, which has an AWESOME zsh setup), ^xf
>> (ctrl-x f) is bound to "insert-files" and completes file names,
>> regardless of other completion rules
>> for the command I'm typing.
>>
>> -- Emanuele Rusconi
>>
>
> Great! will check it out.
> Command please? (for these that are new for zsh).

The grml's setup uses a custom function "bind2maps":

    bind2maps emacs viins       -- -s "^xf" insert-files

I think the regular commands would be like:

    bindkey -M emacs -s "^xf" insert-files
    bindkey -M viins -s "^xf" insert-files

Reply via email to