Skip to content

Kruemelmann/pathfind.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pathfind

pathfind is my first small Vim Plugin. It wrapps around grep and searches all underlying files for a specific pattern.

Installation

Using vim-plug:

Plug 'kruemelmann/pathfind.vim'

Usage

Mappings

  • <leader>F if you highlighted a word with * it will search for the highlighted pattern
  • <leader>F if nothing is highlighted or you turned of with :nohl you get a input promt

NOTE

Watch out where you are running this. Takes long if it searches many files. You can stop it by pressing <cr>c.


License

MIT