Fuzzyfinder plugin provides an interface to quickly search for files, buffer, bookmarks, commands, and tags.
You can preview the search results in real time and support fuzzy search of wildcard.
※Download
Http://www.vim.org/scripts/script.php? Script_id = 1, 1984
Www.vim.org/scripts/script.php? Script_id = 1, 3252
※Installation
unzip vim-fuzzyfinder.zip -d ~/.vimunzip vim-l9.zip -d ~/.vim
※Use
Fuzzyfinder provides the following commands:
Fufbuffer-buffer mode (fuf-buffer-mode)
Fuffile-file mode (fuf-file-mode)
Fufdir-directory mode (fuf-Dir-mode)
Fufmrufile-MRU-file mode (fuf-mrufile-mode)
Fufmrucmd-MRU-command mode (fuf-mrucmd-mode)
Fufbookmark-bookmark mode (fuf-bookmark-mode)
Fuftag-tag mode (fuf-tag-mode)
Fuftaggedfile-tagged-file mode (fuf-taggedfile-mode)
Fufjumplist-Jump-list mode (fuf-jumplist-mode)
Fufchangelist-change-list mode (fuf-changelist-mode)
Fufquickfix-quickfix mode (fuf-quickfix-mode)
Fufline-line mode (fuf-line-mode)
Fufhelp-help mode (fuf-help-mode)
You can map Common commands to shortcut keys, for example:
Nnoremap <leader> FF: fuffile <CR>
Nnorempa <leader> FB: fufbuffer <CR>
...
And so on.
After you call fuzzyfinder to search for Windows, you can perform the following operations:
CTRL-N, Ctrl-P select project
CTRL-J open the file to the horizontal split window
CTRL-K open the file to the Vertical Split Window
CTRL-l open the file to the new page
CTRL-\ Ctrl-\ switch the search mode (Fuzzy Matching or partial matching)