[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ido-mode open multiple files
From: |
Pascal Cadotte Michaud |
Subject: |
Re: ido-mode open multiple files |
Date: |
Thu, 13 Feb 2014 14:46:12 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 |
On 13/02/14 02:15 PM, Jai Dayal wrote:
> Hi,
>
> I frequently like to open all files in a directory matching something
> simple, i.e., *.c. With the standard C-x C-f, I can specify *.c and this
> works. With ido-mode enabled, however, it opens a buffer called *.c.
>
> How do I open multiple files at once with ido mode?
>
> Thanks.
> Jai
>
Hi,
I usually press C-f when I reach the directory where my files are to
temporarily disable ido-mode. I can then open *.c.
Pascal