view vimperatorrc @ 133:a9b32a49d0bd

Added Vimperator config file.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 01 Oct 2013 22:30:22 -0700
parents
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>