https://github.com/wsdjeg/gfr.vim
grep & filter & replace in vim/neovim
https://github.com/wsdjeg/gfr.vim
Last synced: about 1 month ago
JSON representation
grep & filter & replace in vim/neovim
- Host: GitHub
- URL: https://github.com/wsdjeg/gfr.vim
- Owner: wsdjeg
- License: mit
- Created: 2023-04-28T06:25:20.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T14:02:41.000Z (about 2 years ago)
- Last Synced: 2025-02-12T11:13:27.861Z (3 months ago)
- Language: Vim Script
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gfr.vim
**g**rep & **f**ilter & **r**eplace in vim/neovim
- [Into](#into)
- [Install](#install)
- [Usage](#usage)## Into
`gfr.vim` provides searching, filtering, and replacing feature for vim and neovim.
## Install
This plugin can be installed via vim plugin manager, for example:
```
Plug 'wsdjeg/gfr.vim'
```## Usage
- `:Grep text`: searching text, display results in quickfix windows.
- `:Filter pattern`: filter searching results based on previous searching results.
- `:GrepSave name`: save current searching results to cache with a name.
- `:GrepResum name`: resum searching results from cache by name.
- `:Replace pattern target`: replace pattern to target