fuzzyfinder

fuzzyfinder is a Vim plugin that works as a fuzzy/partial pattern explorer for buffer/file/etc.
Download

fuzzyfinder Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Takeshi NISHIDA
  • Publisher web site:
  • http://www.vim.org/scripts/script.php?script_id=1984

fuzzyfinder Tags


fuzzyfinder Description

fuzzyfinder is a Vim plugin that works as a fuzzy/partial pattern explorer for buffer/file/etc. fuzzyfinder is a Vim plugin that works as a fuzzy/partial pattern explorer for buffer/file/etc. Fuzzyfinder provides convenient ways to quickly reach the buffer/file you want. Fuzzyfinder finds matching files/buffers with a fuzzy/partial pattern to which it converted the entered pattern.E.g.: entered pattern -> fuzzy pattern / partial pattern abc -> *a*b*c* / *abc* a?c -> *a?c* / *a?c* dir/file -> dir/*f*i*l*e* / dir/*file* d*r/file -> d*r/*f*i*l*e* / d*r/*file* ../**/s -> ../**/*s* / ../**/*s* (** allows searching a directory tree.)Fuzzyfinder has some modes:· Buffer mode· File mode· MRU-file mode (most recently used files)· MRU-command mode (most recently used command-lines)· Favorite-file mode· Directory mode (yet another :cd command)· Tag mode (yet another :tag command)· Tagged-file mode (files which are included in current tags)Starting Fuzzyfinder: You can start Fuzzyfinder by the following commands: :FuzzyFinderBuffer - launchs buffer-mode Fuzzyfinder. :FuzzyFinderFile - launchs file-mode Fuzzyfinder. :FuzzyFinderMruFile - launchs MRU-file-mode Fuzzyfinder. :FuzzyFinderMruCmd - launchs MRU-command-mode Fuzzyfinder. :FuzzyFinderFavFile - launchs favorite-file-mode Fuzzyfinder. :FuzzyFinderDir - launchs directory-mode Fuzzyfinder. :FuzzyFinderTag - launchs tag-mode Fuzzyfinder. :FuzzyFinderTaggedFile - launchs tagged-file-mode Fuzzyfinder. It is recommended to map these commands. These commands can take initial text as a command argument. The text will be entered after Fuzzyfinder launched. If a command was executed with a ! modifier (e.g. :FuzzyFinderTag!), it enables the partial matching instead of the fuzzy matching.About Vim:Vim is a text editor first released by Bram Moolenaar in 1991 for the Amiga computer. Vim was created as an extended version of the vi editor, with many additional features designed to be helpful in editing program source code; its full name is Vi IMproved.While Vim is cross-platform, it is most popular on Unix-like operating systems.Released under a software license compatible with the GNU General Public License, Vim is free and open source software. The program's license includes some charityware clauses.Like vi, Vim's interface is based not on menus or icons but on commands given in a text user interface; its GUI mode, gVim, adds menus and toolbars for commonly used commands but the full functionality is still expressed through its command line mode.For many users learning Vim may be difficult and slow initially, but once the basics are understood they progress quickly and editing becomes more efficient. To facilitate this, Vim has a built-in tutorial for beginners. There is also the Vim Users' Manual that details the basic and more advanced Vim features. This manual can be read from within Vim, or found online.Vim also has a built-in help facility (using the :help command) that allows users to query and navigate through commands and features.Requirements:· VimWhat's New in This Release:· Fixed a bug related to floating-point support.· Added support for GetLatestVimScripts.


fuzzyfinder Related Software