Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 650 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 650 Bytes

minifuzzy.vim 🔎

  • Simple Vim9 fuzzy finder wrapper

Using minifuzzy.vim to search files in the current directory

🔨 Installation

⚠️ Only supported for vim >= 8.2, not nvim

Install using vim's builtin plugin manager:

mkdir -p ~/.vim/pack/bundle/start
git clone https://github.com/hahdookin/minifuzzy.vim ~/.vim/pack/bundle/start/minifuzzy.vim

⚗️ Usage

The following mappings can be used to fuzzy find:

  • <leader>ff -- Files in current working directory
  • <leader>fb -- Buffers
  • <leader>fm -- Most recently used files
  • <leader>fl -- Lines in the current buffer