Created
January 27, 2016 06:29
-
-
Save saihoooooooo/155db494d9ae425a8547 to your computer and use it in GitHub Desktop.
cVim (chromeVim)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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