Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 nvim

Install 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

---