Last active
May 16, 2017 10:55
-
-
Save freddie-freeloader/dd9c6d8bc4ba8c5a53c0 to your computer and use it in GitHub Desktop.
cVimrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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