Skip to content

Instantly share code, notes, and snippets.

@marcoy
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcoy/b4a0f6d7257986a8ab73 to your computer and use it in GitHub Desktop.
Save marcoy/b4a0f6d7257986a8ab73 to your computer and use it in GitHub Desktop.
cVimrc
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