comparison 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
comparison
equal deleted inserted replaced
135:db9d5fe86723 136:d38a489db202
15 15
16 " Change tabs without awkward `CTRL` combinations 16 " Change tabs without awkward `CTRL` combinations
17 nnoremap J :tabprevious<cr> 17 nnoremap J :tabprevious<cr>
18 nnoremap K :tabnext<cr> 18 nnoremap K :tabnext<cr>
19 19
20 " Use `i` to get into a persistent insert mode,
21 " and `I` for the quick one.
22 nnoremap i <S-Esc>
23 nnoremap I i
24
25 " vim: ft=vim