Closed tomahh closed 8 years ago
I guess a typo slipped on this one, binding was using a semi-colon in place of a full one.
I want to also use this PR to mention I have this in my private.vim
private.vim
map <cr> :nohlsearch<CR>:echo 'Search highlight cleared'<CR>
Haha. Nice catch, thanks dude :)
I'm not sure that <CR> to clear search results is as forward as it // though.
<CR>
//
I guess a typo slipped on this one, binding was using a semi-colon in place of a full one.
I want to also use this PR to mention I have this in my
private.vim