changeset 136:d38a489db202

Vimperator config changes.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 03 Oct 2013 07:52:56 -0700
parents db9d5fe86723
children c638bec5b663
files vimperatorrc
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
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