I'm trying to remap some keys from my vimrc file but am having problems. What I want to do is the following: have vim print the character '\' when I press 'Ctl-e'.
imap <c-e> \ nmap <c-e> \ cmap <c-e> \ These all work for me. -- .
I'm trying to remap some keys from my vimrc file but am having problems. What I want to do is the following: have vim print the character '\' when I press 'Ctl-e'.
imap <c-e> \ nmap <c-e> \ cmap <c-e> \ These all work for me. -- .