Skip to content

Instantly share code, notes, and snippets.

@saihoooooooo
Created January 27, 2016 06:29
Show Gist options
  • Save saihoooooooo/155db494d9ae425a8547 to your computer and use it in GitHub Desktop.
Save saihoooooooo/155db494d9ae425a8547 to your computer and use it in GitHub Desktop.
cVim (chromeVim)
let scrollstep = 300
set smoothscroll
let scrollduration = 200
map <C-n> :nexttab<CR>
map y yankDocumentUrl
map d closeTab
map u lastClosedTab
map <C-f> scrollFullPageDown
map <C-b> scrollFullPageUp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment