On Fri, Dec 4, 2009 at 3:29 PM, Rick R <[email protected]> wrote: > I've read the fuzzy finder docs (I'm actually using fuzzny-finder-textmate, > but I think this area is the same in both), and I'm trying to figure out a > way that I can cycle through selections that appear without having to type > out the rest of the pattern. > > I don't know about fuzzy-finder-textmate, but try Ctrl-N.
Ctrl-N works for me. I don't know why people use fuzzy-finder-textmate. I just use the fuzzy finder vim script. Especially now that the author supports Camel Case WordBoundaries so you only have to type ccwb to find CamelCaseWordBoundaries.txt --Nate For example, you initiate a fuzzy finder dialog and type TQB > and have the choices: > > TheQuickBrownFoxJumpedOverTheLazyDog.txt > TheQuickBrownFoxJumpedOverTheLazyDogAndGotHurtReallyBad.txt > > I want to be able to quickly select either one of these without having to > type any more of the completion, just be able to either cycle through them > like ctrl-P in auto-complete, or a way to just move up and down through the > selections. I feel like an idiot that I can not figure out how to do it and > I'd assume the functionality would be there? > > -- > Rick > > -- > You received this message from the "vim_use" maillist. > For more information, visit http://www.vim.org/maillist.php -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
