Skip to content

pablopunk/better-find.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c965c1c · Dec 27, 2020

History

4 Commits
Dec 27, 2020
Dec 27, 2020

Repository files navigation

Better find

Use <c-p> or write :Find to start a file search on your project. It uses fd command to displays results in the quickfix window (:copen).

Install

I use vim-plug

Plug 'pablopunk/better-find.vim'

Related