Skip to content

Instantly share code, notes, and snippets.

@juliosueiras
Created August 20, 2015 19:11
Show Gist options
  • Save juliosueiras/83d74c84a725cac22813 to your computer and use it in GitHub Desktop.
Save juliosueiras/83d74c84a725cac22813 to your computer and use it in GitHub Desktop.
My cVimrc
let barposition = "bottom"
let blacklists = ["https://prezi.com/*","http://play.prismata.net/*"]
set autoupdategist
set defaultnewtabpage
let searchengine maps = "https://www.google.com/maps/search/"
let searchengine dictionary = "http://www.thefreedictionary.com/"
let searchengine thesaurus = "http://www.thesaurus.com/browse/"
let searchengine github = "https://github.com/search?utf8=✓&q="
let searchengine pirate = "https://thepiratebay.se/search/"
let searchengine play = "https://play.google.com/music/listen#/sr/"
let searchengine port = "http://localhost:"
let defaultengine = "duckduckgo"
let completionengines = ["google", "wikipedia", "youtube", "imdb", "wolframaplpha", "duckduckgo","github","pirate","play","maps", "theasaurus"]
map h previousTab
map l nextTab
map J scrollPageDown
map K scrollPageUp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment