diff vimperatorrc @ 136:d38a489db202

Vimperator config changes.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 03 Oct 2013 07:52:56 -0700
parents a9b32a49d0bd
children c638bec5b663
line wrap: on
line diff
--- a/vimperatorrc	Thu Oct 03 07:52:39 2013 -0700
+++ b/vimperatorrc	Thu Oct 03 07:52:56 2013 -0700
@@ -17,3 +17,9 @@
 nnoremap J :tabprevious<cr>
 nnoremap K :tabnext<cr>
 
+" Use `i` to get into a persistent insert mode,
+" and `I` for the quick one.
+nnoremap i <S-Esc>
+nnoremap I i
+
+" vim: ft=vim