I’ve installed the NeoVintageous plugin a week ago, and I find it awesome. Just a few questions I cannot answers myself:
- More often than not, I do verbatim search, not regexp, so it’s convenient not to bother about escaping any symbols… In the native Vintage plugin the search is performed with the regular Find panel, where I can toggle regexp (alt+r), case-sensitivity (alt+c), etc. Is it possible to have that option in NeoVintageous? (for sure, I can make regular search with NV, but then it doesn’t work with
n
andN
keys to jump to next/previous match, etc.). Also, for some reason, NV’s search is different in terms of performance. E.g., if I put.
(regex forany character
) as the first symbol in the NV’s search field in a file with ~5000 lines, it takes 4-5 seconds to respond, although native Find panel reacts immediately for the same input and the same file (with regexp option on). - While in normal mode
ctrl+r
does work asredo
, in insert modectrl+r
followed by the register is supposed to paste text. But it doesn’t work (ctrl+r
opens the standard Goto Symbol panel).