I have :set hlsearch as default value.
:set hlsearch
When I search for something, search terms get highlighted. However many times I want to get rid of the highlight,
This might suit your needs:
nnoremap :noh
With a little tinkering you can make it work in insert mode.