Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 676 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 676 Bytes

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