dyng / ctrlsf.vim

A text searching plugin mimics Ctrl-Shift-F on Sublime Text 2
1.59k stars 86 forks source link

Question: is it possible to customize search for a word? #338

Open il-tmfv opened 1 year ago

il-tmfv commented 1 year ago

Hi, I wonder if it is possible to customize <Plug>CtrlSFCwordPath to add some data. Let's say my cursor is on word foo, can I press a hotkey to get

:CtrlSF 'def foo' 

instead of

:CtrlSF foo 

?