Last Updated: February 25, 2016
·
656
· kana1

Want to /search slashes easily

From my vimrc:

cnoremap <expr> /  getcmdtype() == '/' ? '\/' : '/'