Skip to content

Instantly share code, notes, and snippets.

@jonathanpglick
Last active August 29, 2015 14:15
Show Gist options
  • Save jonathanpglick/ba3ccaa96c855946b7c5 to your computer and use it in GitHub Desktop.
Save jonathanpglick/ba3ccaa96c855946b7c5 to your computer and use it in GitHub Desktop.
cVimrc
" Settings
set noautofocus
set nosmoothscroll
let barposition = "bottom"
let blacklists = ["https://mail.google.com/*", "*://mail.google.com/*"]
" key bindings
unmap d
map <C-d> scrollPageDown
unmap u
map <C-u> scrollPageUp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment