Skip to content

vromerc example file

jinzhu edited this page Dec 27, 2011 · 20 revisions

How To Customize Your Vrome http://wiki.github.com/jinzhu/vrome/customize-your-vrome


""" .vromerc example file

map  j <C-f>
map  k <C-b>
imap <C-f> <C-a>
map <C-f> <C-v><C-f>
map <C-f> 3<C-f>

// refer Support External Editor https://github.com/jinzhu/vrome/wiki/Support-External-Editor)
set server_port=30000

set nextpattern+=^NextPage|››$
set previouspattern+=^PrevPage|‹‹$
set editor=gvim -f
set disablesites=mail.google.com, reader.google.com
"" use it like vimperator, the first search engine is the default.
set searchengines={'google':'http://www.google.com/search?q={{keyword}}', 'yahoo':'http://search.yahoo.com/search?p={{keyword}}','wikipedia':'http://en.wikipedia.org/wiki/{{keyword}}','answers':'http://www.answers.com/main/ntquery?s={{keyword}}','yubnub':'http://yubnub.org/parser/parse?command={{keyword}}'}

" vim: set ft=vim: