vim - How can I map ctrl to space in normal mode? -


i use heavily scrolling commands ctrl+e ctrl not reachable on keyboard. possible replace these space can type space+e scroll ? have tried nnoremap <space-e> <c-e> , nnoremap <space> <c> doesn't work. thanks.

inside vim, regular modifier keys shift, ctrl, , alt can used , combined other keys. <space-e> doesn't work, cp. :help key-notation.

when ctrl key awkward use, have use features of operating system switch keys (usually globally applications, though tools autohotkey on windows support application-specific remappings). that, key received vim still ctrl, you've triggered pressing different physical key on keyboard.

these pages vim tips wiki should started:


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -