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,
:noremap :nohls
This would redraw the screen and clear any search terms with Control-L, handy :) easier than reaching up to the F keys.