Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 358 Bytes

README.markdown

File metadata and controls

17 lines (11 loc) · 358 Bytes

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)