Skip to content

Instantly share code, notes, and snippets.

@freddie-freeloader
Last active May 16, 2017 10:55
Show Gist options
  • Save freddie-freeloader/dd9c6d8bc4ba8c5a53c0 to your computer and use it in GitHub Desktop.
Save freddie-freeloader/dd9c6d8bc4ba8c5a53c0 to your computer and use it in GitHub Desktop.
cVimrc
map <M-h> previousTab
map <M-l> nextTab
let searchengine hayoo = "http://hayoo.fh-wedel.de/?query=%s"
let completionengines = ["google", "wikipedia", "hayoo"]
let searchalias h = "hayoo"
let hintcharacters = "asdfghjkl;"
let blacklists = ["https://mail.google.com/*","http://localhost/*","https://www.sharelatex.com/*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment