I tried to map Ctrl and Shift key with spacebar in VIM (not GVIM) normal mode, but seems to be not working for me , Here are my mappings :
nmap <C-Space> :nohlsearch<CR>
nmap <S-Space> :w<CR>
Other keys got mapped in normal mode & getting expected results but Ctrl & Shift doesn't mapping with other keys. Could anyone know this reason ? .
Thanks.