https://github.com/lambdalisue/vim-fin
🐟 Filter the buffer content in-place without modification
https://github.com/lambdalisue/vim-fin
fuzzy-finder neovim quickfix vim
Last synced: about 2 months ago
JSON representation
🐟 Filter the buffer content in-place without modification
- Host: GitHub
- URL: https://github.com/lambdalisue/vim-fin
- Owner: lambdalisue
- License: mit
- Created: 2020-09-28T10:57:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T23:50:29.000Z (over 4 years ago)
- Last Synced: 2025-05-06T23:17:57.865Z (about 2 months ago)
- Topics: fuzzy-finder, neovim, quickfix, vim
- Language: Vim script
- Homepage:
- Size: 19.5 KB
- Stars: 15
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐟 fin.vim


[](https://github.com/vim-jp/vital.vim)
[](https://github.com/lambdalisue/vital-Whisky)
[](LICENSE)
[](doc/fin.txt)Fin is a plugin to filter buffer content in-place without modification.
It's written in pure Vim script.**UNDER DEVELOPMENT: It is in alpha stage. Any changes will be applied without any announcement.**
## Installation
fin.vim has no extra dependencies so use your favorite Vim plugin manager.
## Usage
```
:Fin
```Or use with `{after}` like
```
:botright copen | Fin -after=\ | cclose
```## License
The code in fin.vim follows MIT license texted in [LICENSE](./LICENSE).
Contributors need to agree that any modifications sent in this repository follow the license.