Explorar o código

use the "smash" for escape instead of 'ii'

Weiyi Lou %!s(int64=12) %!d(string=hai) anos
pai
achega
4373cba354
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      vim/vimrc

+ 2 - 2
vim/vimrc

@@ -179,8 +179,8 @@ set shellpipe=&>  " don't display ack/grep terminal output. NOTE: not reliable
 let mapleader = ","    " easier to use than \
 
 " More convenient escape
-imap ii <ESC>
-imap II <ESC>
+imap kj <ESC>
+imap jk <ESC>
 
 " Yank to end of line, like D deletes to end of line
 nmap Y y$