Last active
October 2, 2018 15:15
-
-
Save prenagha/4d881f20da545ffd14cfe67dd881467e to your computer and use it in GitHub Desktop.
sVim Safari Extension settings
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
" sVim Safari Extension settings | |
" https://github.com/flipxfx/sVim | |
let scrollstep = 120 | |
" Neat shortcuts | |
map "v" goToInput | |
map "c" lastClosedTab | |
map "e" quit | |
map "d" createHint | |
map "f" createTabbedHint | |
let homeurl = "https://duckduckgo.com" | |
let newtaburl = "about:blank" | |
" Settings | |
let blacklists = ["*://codepen.io/*", "*://draw.io/*", "*://*slack.com/*", "*://codesandbox.io/*", "*://codewars.com/*", "*://discordapp.com/*", "://gitter.im/*"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment