add J and K bindings and don't open pages in insert mode
[dotfiles.git] / vimperator / .vimperatorrc
1 nnoremap j 5j
2 nnoremap k 5k
3 nnoremap J <C-f>
4 nnoremap K <C-b>
5
6 set gui=noaddons,nobookmarks,nomenu,nonavigation,tabs
7 set hintchars=uhetonasidyfpgcrlkxjbqmz
8
9 set editor="urxvt -e vim"
10 set focuscontent
11
12 " vim: set ft=vimperator: