瀏覽代碼

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

Weiyi Lou 12 年之前
父節點
當前提交
4373cba354
共有 1 個文件被更改,包括 2 次插入2 次删除
  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$