https://github.com/prabirshrestha/vim-fz-extras
https://github.com/prabirshrestha/vim-fz-extras
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prabirshrestha/vim-fz-extras
- Owner: prabirshrestha
- License: mit
- Created: 2020-06-25T17:30:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T04:06:31.000Z (over 1 year ago)
- Last Synced: 2025-02-10T03:42:41.575Z (4 months ago)
- Language: Vim Script
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-fz-extras
## Installing
```vim
Plug 'mattn/vim-fz'
Plug 'prabirshrestha/vim-fz-extras'nmap s (fz-extras-rg)
```## Commands
| Command | Notes |
|------------------------|--------------------------------------------------|
| `:FzColorscheme` | Search and change colorscheme |
| `:FzFiletype` | Search and change filetype |
| `:FzRg` | Search using [ripgrep](https://github.com/BurntSushi/ripgrep) |## License
MIT
## Author
Prabir Shrestha