Questions tagged [fuzzyfinder]

FuzzyFinder is a plugin for VIM allowing quick file, buffer and command navigation.

FuzzyFinder is a plugin for Vim which lets you access files (recently used and otherwise), commands, help documents and lots of other goodies, using as few keystrokes as possible.

It does this using "fuzzy matching": If you have a file called "ImportantDoc", you can just type "Doc" and it would pop up, even though "Doc" is at the end of the filename rather than in the beginning. It has lots of other features, all fully described on the plugin page.

34 questions
0
votes
1 answer

How to escape special characters in Vim/FuzzyFinder?

I am using the line search of FuzzyFinder in Vim. I am trying to find lines that contains two asterisks (**). Obviously asteriks are use for pattern matching so I tried backslash escaping, but that doesn't work. How can I do that?
milarepa
  • 759
  • 9
  • 28
0
votes
2 answers

Installing fuzzyfinder vim plugin

I unziped the vim-fuzzyfinder and vim-l9 packages in my ~/.vimrc directory [shetye@dev03 ~/.vim/vim-fuzzyfinder]$ls autoload doc plugin [shetye@dev03 ~/.vim]$cd vim-l9/ [shetye@dev03 ~/.vim/vim-l9]$ls autoload doc plugin Also i tried copying…
Sachin Shetye
  • 378
  • 6
  • 17
0
votes
1 answer

How to change position / direction of fuzzyfinder popup?

I am using fuzzyfinder for vim, and I would like the popup to start a new window on the bottom of the terminal rather on the top. This behaviour would be similar to the CtrlP plugin and default ido-mode in emacs. I cannot find any customization…
danr
  • 2,405
  • 23
  • 24
0
votes
1 answer

Getting Vim FuzzyFinder to stop blinking when searching?

I got FuzzyFinder set up, and it works pretty well, but when I'm doing ":FufCoverageFile", the file matching dropdown blinks every time I add or remove a character. When I'm typing to get search for a file, this turns out to be very, very…
mallyvai
  • 1,698
  • 14
  • 20
1 2
3