view vimperatorrc @ 134:70d3ec19bef2

Install Vimperator config file.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 03 Oct 2013 07:52:30 -0700
parents a9b32a49d0bd
children d38a489db202
line wrap: on
line source

" Config for Vimperator

" Scroll faster
nnoremap h 3h
nnoremap j 3j
nnoremap k 3k
nnoremap l 3l

" Scroll easier
nnoremap d <C-d>
nnoremap e <C-u>

" Close tab with `x` since `d` is for scrolling down now
nnoremap x :bd<cr>

" Change tabs without awkward `CTRL` combinations
nnoremap J :tabprevious<cr>
nnoremap K :tabnext<cr>