Last active
April 13, 2019 06:59
-
-
Save imty42/f17f8bcb4c70ffc60738a0f2cddc67c1 to your computer and use it in GitHub Desktop.
Config for sVim extension for Safari
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
"" 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