I use k to move cursor line down in a file.
but i want to add that when i press ctrl-k, to move 7 lines down in a file.
i have put this in my .vimrc file:
nmap <c-k> 7k
but what that does is move 7 lines down and then enter a spacebar.
how do i stop it from entering the spacebar?