Skip to content

Instantly share code, notes, and snippets.

@zundr
Last active August 29, 2015 13:56
Show Gist options
  • Save zundr/9020546 to your computer and use it in GitHub Desktop.
Save zundr/9020546 to your computer and use it in GitHub Desktop.
Vrome config
" NOTE you must separate sites with ", " not a simple "," (no quotes).
set disablesites=*.google.com/*, github.com, cloud.feedly.com
set searchengines+={"mdn":"https://developer.mozilla.org/en-US/search?q={{keyword}}","wp":"http://en.wikipedia.org/wiki/{{keyword}}","discogs":"http://discogs.com/search?q={{keyword}}","gh":"http://github.com/search?q={{keyword}}","gcache":"http://webcache.googleusercontent.com/search?q=cache:{{keyword}}","image":"http://www.google.com/search?hl=en&tbm=isch&q={{keyword}}","rd":"http://www.ruby-doc.org/q/{{keyword}}","word":"http://www.wordnik.com/words/{{keyword}}"}
set defaultsearch=google
map R <C-r>
map <M-R> R
map J gt
map K gT
unmap /
map / *
" map J gt
" map K gT
" add custom quick marks
set qm_e=chrome://extensions
" custom quick marks longer than one key
set qm_hn=http://news.ycombinator.com
" custom quick mark triggering JS (view below)
set qm_r=::javascript::CustomMark.readLater();
" vim: set ft=vim:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment