Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Vim plug-in similar to fuzzyfinder_textmate and Command-T which does _not_ require Ruby support?

Tags:

vim

Both of these plugins require Vim to be compiled with Ruby support, need to be compiled themselves using the same version of Ruby, etc. Is there a plugin which does the same job, but doesn't require installation other than dropping it into vimfiles directory?

UPDATE: These plugins allow to open files/buffers by typing characters which appear in their path, not necessarily in a row. I.e. if your directory has files

foo/bar.txt
foo/baz.vim
zee.c

you can type

,t f

and only two matching files are shown; after you add r, only one file is left and it can be opened by pressing <Return>.

like image 918
Alexey Romanov Avatar asked Nov 30 '25 17:11

Alexey Romanov


1 Answers

Using the latest fuzzyfinder vim plugin you can use

:FufCoverageFile

to mimic the global search features of fuzzyfinder_textmate and Command-T. No ruby needed.

Need also to have vim >= 7.2

like image 115
Minimul Avatar answered Dec 03 '25 13:12

Minimul



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!