Is there a command-t plugin for Vim that does not require rubies?

Is there a command line plugin for Vim (partially file search) for paths that does not require ruby โ€‹โ€‹compilation?

Search Tag: alternative to Vim command-t without ruby.

+58
vim
Feb 09 2018-12-12T00:
source share
3 answers

CtrlP is what I use now and I like it.

Before CtrlP, I used LustyExplorer for a while, but this requires Ruby support. If you have nothing against Python-based scripting, LycosaExplorer appears to be a partial port of LustyExplorer.

+65
Feb 09 2018-12-12T00:
source share

Ctrlp is definitely better than Command-T. I wrote a short post about this.

+18
Jul 12 2018-12-12T00:
source share

Just found this: ( AsyncFinder ) This is really responsive (Python required):

I find it better than everyone else ... The only one that works correctly on Windows and Linux, and does not keep me waiting ...

+1
Dec 18 '12 at 14:10
source share



All Articles