Skip to content

Instantly share code, notes, and snippets.

View jlbknr's full-sized avatar

James Buckner jlbknr

View GitHub Profile
@jlbknr
jlbknr / cvimrc
Last active September 11, 2016 20:09
set autoupdategist
set noautofocus
set smoothscroll
map h previousTab
map l nextTab
map a :tabnew duckduckgo<space>
let nextmatchpattern = "Next|next|older|more|›|»|▶|forward"
let previousmatchpattern = "Prev(ious)?|prev(ious)?|newer| back|«|less|<|‹|◀"
let blacklists = ["https://docs.google.com/spreadsheets/*","https://docs.google.com/document/*"]