comparison vimperatorrc @ 137:c638bec5b663

Vimperator config changes.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 04 Oct 2013 22:04:42 -0700
parents d38a489db202
children 337a1bfbd50a
comparison
equal deleted inserted replaced
136:d38a489db202 137:c638bec5b663
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 "New tab using the old classic way
21 nnoremap <C-t> :tabnew<cr>
22
20 " Use `i` to get into a persistent insert mode, 23 " Use `i` to get into a persistent insert mode,
21 " and `I` for the quick one. 24 " and `I` for the quick one.
22 nnoremap i <S-Esc> 25 nnoremap i <S-Esc>
23 nnoremap I i 26 nnoremap I i
24 27
28 " Super minimal UI
29 set toolbars=noaddons,nobookmarks,nomenu,nonavigation,notabs
30
25 " vim: ft=vim 31 " vim: ft=vim