How to remap <Ctrl-Home> to go to first line in file? I tried the following command, but it doesn't work (environment is xterm in KDE). Vim recognises the Home key and goes to beginning of line, but looks like it doesn't recognized <Ctrl-Home> combo.
noremap <Ctrl-Home> gg