Comment on Coming Home to VimComments−jasondavies14yGreat tip for using Perl/Python-compatible regex syntax: nnoremap / /\v vnoremap / /\v This will save me a lot of time. Thanks, Steve!
Comments
Great tip for using Perl/Python-compatible regex syntax:
This will save me a lot of time. Thanks, Steve!