Skip to content

Instantly share code, notes, and snippets.

@kizbitz
Last active August 29, 2015 14:09
Show Gist options
  • Save kizbitz/9c3cdda4ed7371525c28 to your computer and use it in GitHub Desktop.
Save kizbitz/9c3cdda4ed7371525c28 to your computer and use it in GitHub Desktop.
cVim
" settings
let defaultengine = "duckduckgo"
let hintcharacters = "aoeuidhtns"
let scrollstep = 90
set autohidecursor
set autoupdategist
set noautofocus
set nosmoothscroll
set typelinkhints
" mappings
unmap d
unmap u
unmap e
unmap j
unmap s
unmap k
unmap w
unmap h
unmap l
map a :tabnew duckduckgo<space>
map b :bookmarks /Other bookmarks/
map c scrollUp
map t scrollDown
map C scrollPageUp
map T scrollPageDown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment