Skip to content

Instantly share code, notes, and snippets.

View brett's full-sized avatar

brett brett

  • San Francisco, CA, USA
View GitHub Profile
@brett
brett / .cVimrc
Last active July 18, 2016 04:25 — forked from jrwdexter/.cVimrc
cvimrc
" Hint searching
set numerichints
set typelinkhints
" Position bar at bottom like vimperator
let barposition = "bottom"
" Use <C-d> and <C-u> to scroll like in vimperator
map <C-u> scrollPageUp
map <C-d> scrollPageDown