Skip to content

Instantly share code, notes, and snippets.

@danarnold
Last active July 19, 2016 00:04
Show Gist options
  • Save danarnold/b2f9e0e0262474a50aab to your computer and use it in GitHub Desktop.
Save danarnold/b2f9e0e0262474a50aab to your computer and use it in GitHub Desktop.
cvim configuration
set nosmoothscroll
let blacklists = ["https://coolwanglu.github.io/*","http://typing.lk/*","https://niche.herokuapp.com/*","http://touchpianist.com/*","http://www.igorski.nl/*","http://mdp.tylingsoft.com/*","http://play.typeracer.com/*"]
unmap B
unmap b
unmap J
unmap K
map J scrollFullPageDown
map K scrollFullPageUp
map b :buffer
map B :bookmarks
let fullpagescrollpercent=90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment