Browse Source

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

Weiyi Lou 12 năm trước cách đây
mục cha
commit
4373cba354
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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$