Skip to content

Instantly share code, notes, and snippets.

@imty42
Last active April 13, 2019 06:59
Show Gist options
  • Save imty42/f17f8bcb4c70ffc60738a0f2cddc67c1 to your computer and use it in GitHub Desktop.
Save imty42/f17f8bcb4c70ffc60738a0f2cddc67c1 to your computer and use it in GitHub Desktop.
Config for sVim extension for Safari
"" See https://github.com/flipxfx/sVim
let fullpagescrollpercent = 90
let hintcharacters = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
map "ctrl+f" scrollFullPageDown
map "ctrl+b" scrollFullPageUp
map "ctrl+d" scrollPageDown
map "ctrl+u" scrollPageUp
map "u" lastClosedTab
map "shift+u" lastClosedTabBackground
"unmap "shift+d"
" uncomment line blow to disable sVim on the sites matching one of the patterns
"let blacklists = ["*://example.com/stuff/*", "*://mail.google.com/*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment