Last active
December 24, 2015 03:29
-
-
Save abaez/4fbac9c66b27ca02be12 to your computer and use it in GitHub Desktop.
cvim config file
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
let searchengine duckduckgo = "https://duckduckgo.com/?q=%s" | |
let searchengine twitter = "https://twitter.com/search?q=%s" | |
let defaultengine = "duckduckgo" | |
let completionengines = ["duckduckgo", "twitter"] | |
let blacklists = ["*://mail.google.com/*","*://*twitter.com/*","*://iknow.jp/*","*://feedly.com/*", "*://*rememberthemilk.com/app/*", "*://*fastmail.com/mail/*"] | |
map J nextTab | |
map K previousTab | |
set smoothscroll |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment