Last active
August 29, 2015 14:22
-
-
Save Tehnix/55f977ec73b5283a1447 to your computer and use it in GitHub Desktop.
Safari VIM configuration - https://github.com/flipxfx/sVim
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
" Settings | |
let hintcharacters = "qwertyuiopasdfgzxcvbnm"; | |
let homeurl = "blank://"; | |
let mapleader = "," | |
let newtaburl = "blank://" | |
let blacklists = ["*://facebook.com/messages/*", "*://mail.google.com/*"] | |
" Shortcuts | |
"unmapAll | |
map "j" scrollDown | |
map "k" scrollUp | |
unmap "l" | |
unmap "h" | |
map "l" nextTab | |
map "h" previousTab | |
map "space" scrollFullPageDown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment