Last active
September 7, 2016 21:01
-
-
Save dearrrfish/9aa22e174268b4a29b47 to your computer and use it in GitHub Desktop.
RC file for sVim (Safari Extensiton)
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
" Settings | |
"set nosmoothscroll | |
"let fullpagescrollpercent = 100 | |
"let lastactivetablimit = 50; | |
"let lastclosedtablimit = 50; | |
"let scrollduration = 25 | |
"let scrollstep = 65 | |
"let zoomstep = 15 | |
"let hintcharacters = "1234567890"; | |
"let homeurl = "http://google.com"; | |
let mapleader = "," | |
"let newtaburl = "http://google.com" | |
let blacklists = ["*://*.inoreader.com/*","*://feedly.com/*","*://mail.google.com/*","*://inbox.google.com/*","*://cloudcraft.co/*","https://workflowy.com/*"] | |
" Shortcuts | |
map "q" nextTab | |
map "shift+q" previousTab | |
map "a" goBack | |
map "shift+a" goForward | |
"map "<Leader> h" closeTabLeft | |
"map "<Leader> l" closeTabRight | |
"map "down" scrollDown | |
"map "up" scrollUp | |
"map "left" scrollLeft | |
"map "right" scrollRight | |
"map "space" scrollFullPageDown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment