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
- Host: GitHub
- URL: https://github.com/pablopunk/better-find.vim
- Owner: pablopunk
- Created: 2018-10-10T15:03:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-27T19:19:05.000Z (over 5 years ago)
- Last Synced: 2024-10-19T08:58:36.152Z (over 1 year ago)
- Language: Vim script
- Homepage: https://pablopunk.com/posts/file-finder-and-project-search-in-vim-without-any-plugins
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)