/vim-fluffy

The most basic fuzzy search in Vim

Primary LanguageVim script

Vim-fluffy

This plugin serves as the most basic semblance of a fuzzy search with / and ?.

Demo

asciicast

Configuration

Map like this

cmap <space> <plug>(fluffy-space)
" NOTE: ^_ should be one character. Input it with <c-v><c-/>
cmap ^_ <plug>(fluffy-toggle)