Skip to content

Instantly share code, notes, and snippets.

@prenagha
Last active October 2, 2018 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prenagha/4d881f20da545ffd14cfe67dd881467e to your computer and use it in GitHub Desktop.
Save prenagha/4d881f20da545ffd14cfe67dd881467e to your computer and use it in GitHub Desktop.
sVim Safari Extension settings
" 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