Right now I am using:
nnoremap <cr> :nohlsearch<cr><cr>k
But after I press Enter my cursor goes to beginning of line.
I have additional <cr>k because I want to use default <Enter> behaviour for example when I try to open file in Ack results quickview.
An alternative approach is to locally override the new behavior in the quickfix window and the command-line window, where
<CR>has special meaning: