Last active
November 5, 2017 16:08
-
-
Save ndrewnee/7c220f30a9adca63a80ddfcffd59d685 to your computer and use it in GitHub Desktop.
sVim.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
" let | |
let scrollstep = 130 | |
let homeurl = "favorites://" | |
let newtaburl = "favorites://" | |
unmap "space" | |
unmap "left" | |
unmap "right" | |
unmap "up" | |
unmap "down" | |
let blacklists = ["*://www.youtube.com/*", "*://vk.com/*"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment