Codas's comments

Codas | 12 years ago | on: A Vim Tutorial and Primer

In addition to those jbeja mentioned, there is also fiplr[1], somewhat in the spirit of ctrl-p, command-t etc. for vim.

One favorite tweak of mine for file finders like this in general: rewrite the dir listing to use "git ls-files -co --exclude-standard". This obviously only works in git projects (similar commands exist for mercurial I think), but is really fast and most of the time is exactly what I want.

[1]: https://github.com/d11wtq/fiplr

page 1