An open API service indexing awesome lists of open source software.

https://github.com/pablopunk/better-find.vim

Better native :find command for vim
https://github.com/pablopunk/better-find.vim

Last synced: 3 months ago
JSON representation

Better native :find command for vim

Awesome Lists containing this project

README

          

# Better find

Use `` or write `:Find` to start a file search on your project. It uses `fd` [command](https://github.com/sharkdp/fd) to displays results in the quickfix window (`:copen`).

## Install

I use [vim-plug](https://github.com/junegunn/vim-plug)

```vim
Plug 'pablopunk/better-find.vim'
```

## Related

* [Better :grep](https://github.com/pablopunk/better-grep.vim)
* [My dotfiles](https://github.com/pablopunk/dotfiles)