Last active
January 30, 2017 15:52
-
-
Save CoderPuppy/cc7c61aa396c39d98647 to your computer and use it in GitHub Desktop.
cVim RC
This file contains hidden or 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
map j scrollLeft | |
map k scrollDown | |
map l scrollUp | |
map ; scrollRight | |
map K previousTab | |
map L nextTab | |
map J goBack | |
map I goForward | |
map C-k scrollPageDown | |
map C-l scrollPageUp | |
let blacklists = ["http://play.typeracer.com/*","https://play.spotify.com/*","https://codeanywhere.com/*","https://mail.google.com/*","http://porkrind.org/*","http://jemul8.com/*","http://copy.sh/*"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment