Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hahdookin/minifuzzy.vim
Simple Vim9 fuzzy finder wrapper utilizing Vim9's built-in fuzzy finding capability
https://github.com/hahdookin/minifuzzy.vim
fuzzy vim vim9 vim9-plugin vim9-script
Last synced: 7 days ago
JSON representation
Simple Vim9 fuzzy finder wrapper utilizing Vim9's built-in fuzzy finding capability
- Host: GitHub
- URL: https://github.com/hahdookin/minifuzzy.vim
- Owner: hahdookin
- Created: 2022-09-01T23:58:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T01:22:00.000Z (over 1 year ago)
- Last Synced: 2023-07-10T02:28:57.387Z (over 1 year ago)
- Topics: fuzzy, vim, vim9, vim9-plugin, vim9-script
- Language: Vim Script
- Homepage:
- Size: 455 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vim9 - minifuzzy.vim - in fuzzy finding capability | ✅ | (Fuzzy Finding)
README
# minifuzzy.vim :mag_right:
- Simple Vim9 fuzzy finder wrapper![Using minifuzzy.vim to search files in the current directory](images/minifuzzy.gif)
## :hammer: Installation
:warning: Only supported for vim >= 8.2, not nvimInstall using vim's builtin plugin manager:
```sh
mkdir -p ~/.vim/pack/bundle/start
git clone https://github.com/hahdookin/minifuzzy.vim ~/.vim/pack/bundle/start/minifuzzy.vim
```## :alembic: Usage
The following mappings can be used to fuzzy find:
- `ff` -- Files in current working directory
- `fb` -- Buffers
- `fm` -- Most recently used files
- `fl` -- Lines in the current buffer---