On 8/8/06, Eddy Zhao <[EMAIL PROTECTED]> wrote:
Hi,

  Does anyone ever used ido.el in emacs? (www.cua.dk/ido.el)
The plugin could considerably speedup file accessing performance,
especially when I'm maintaining a large wiki docbase. So I really
want to know
   - if vim have equivalent plugin like ido.el

This question was raised on the list ~1/2 years ago, and Hari
created the file-selection plugin in response:
   http://www.vim.org/scripts/script.php?script_id=1581
   "lookupfile : Lookup files using filename completion"

There are several plugins dealing with recently-used files, on
vim.org.

Vim mappings and functions can be used to open often-used files
quickly. gf command is helpful, too. NB that vim has built-in
recursive filename completion (**/xyz<tab>) as well as simple filename
completion (<tab>).

Yakov

Reply via email to