summaryrefslogtreecommitdiffstats
path: root/vimperatorrc
blob: cf92711677b0180335cb0fc20debed00e3e9f465 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
map H :bp<CR>
map L :bn<CR>
map J 20j
map K 20k
map <BS> <C-v><C-e>
map s :panorama switchgroup 

set go-=T
set maxitems=5
set urlseparator=
set noac
set hintmatching=wordstartswith

" vim:ft=vim: