Skip to content

Use fzz and the_silver_searcher in Vim as an interactive search

Notifications You must be signed in to change notification settings

mrnugget/vim-fzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fzz.vim

This plugin makes it easy to use fzz as an interactive search in Vim. Per default it uses the_silver_searcher (ag) to search through files.

Installation

If you have pathogen.vim you can install this plugin pretty easily:

cd ~/.vim/bundle
git clone git@github.com:mrnugget/vim-fzz.git

Usage

Just use the :Fzz command to search through files.

:Fzz mykeyword1 mykeyword2

This will use mykeyword1 mykeyword2 as the initial values passed to fzz and ag.

Use :Fzz to search in a directory:

:Fzz mykeyword1 mykeyword2 ~/code/fzz

This will use mykeyword1 mykeyword2 as the initial values passed to fzz and ag and search in ~/code/fzz.

License

Copyright (c) Thorsten Ball. Using the same license/terms as Vim itself. For more information: :help license.

About

Use fzz and the_silver_searcher in Vim as an interactive search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages