Last active
August 29, 2015 14:10
-
-
Save marcoy/b4a0f6d7257986a8ab73 to your computer and use it in GitHub Desktop.
cVimrc
This file contains hidden or 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
set noautofocus | |
set nosmoothscroll | |
let blacklists = ["https://mail.google.com/*", "*://mail.google.com/*"] | |
let mapleader = "," | |
" Normal mode: gna | |
let qmark a = ['http://www.reddit.com/r/clojure', 'http://www.reddit.com/r/haskell', 'http://www.reddit.com/r/java', 'https://news.ycombinator.com', 'https://lobste.rs/'] | |
let searchengine hayoo = 'http://hayoo.fh-wedel.de/?query=%s' | |
let searchengine hoogle = 'https://www.fpcomplete.com/hoogle?q=%s' | |
map <Leader>d :tabopen duckduckgo<Space> | |
map cR reloadAllTabs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment