Skip to content

Instantly share code, notes, and snippets.

@Tehnix
Last active August 29, 2015 14:22
Show Gist options
  • Save Tehnix/55f977ec73b5283a1447 to your computer and use it in GitHub Desktop.
Save Tehnix/55f977ec73b5283a1447 to your computer and use it in GitHub Desktop.
Safari VIM configuration - https://github.com/flipxfx/sVim
" 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