# HG changeset patch # User Ludovic Chabant # Date 1380811976 25200 # Node ID d38a489db2027bf2c14d4e735adc19639717fac7 # Parent db9d5fe867231038484ba8a55ca089bf32e8caa7 Vimperator config changes. diff -r db9d5fe86723 -r d38a489db202 vimperatorrc --- 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 nnoremap K :tabnext +" Use `i` to get into a persistent insert mode, +" and `I` for the quick one. +nnoremap i +nnoremap I i + +" vim: ft=vim