Skip to content

Instantly share code, notes, and snippets.

@mandre
Created November 23, 2016 16:38
Show Gist options
  • Save mandre/0e8410d6b1c768fead268bb7e583cc05 to your computer and use it in GitHub Desktop.
Save mandre/0e8410d6b1c768fead268bb7e583cc05 to your computer and use it in GitHub Desktop.
cvim config
let barposition = "bottom"
set autohidecursor
set smoothscroll
set noautofocus
set typelinkhints
unmap d u
map d closeTab
map u lastClosedTab
map <C-d> scrollPageDown
map <C-u> scrollPageUp
map y yankDocumentUrl
map R reloadTabUncached
map <C-x> decrementURLPath
map <C-a> incrementURLPath
map <C-o> goBack
map <C-i> goForward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment