I have a simple map in ~/.vimrc:
map ,/ :s:^://:<CR>
However, it leaves an ugly highlight after the search that I remedy with a quick “/fjkljksdk”
Here’s my non-working attempt at unhighlighting immediately after the search and replace:
map ,/ :s:^://:<CR>|:nohl
Thanks for the help — Mitchell
You can try:
Or
Or