Last active
December 14, 2018 02:05
-
-
Save micheam/f821434fa00e594135d657d76d2f16fc to your computer and use it in GitHub Desktop.
personal svim setting.
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 | |
set nosmoothscroll | |
let fullpagescrollpercent = 100 | |
let lastactivetablimit = 50; | |
let lastclosedtablimit = 50; | |
let scrollduration = 25 | |
let scrollstep = 65 | |
let zoomstep = 15 | |
let hintcharacters = "asdfghjkl"; | |
let homeurl = "http://google.com"; | |
" let mapleader = "," | |
let newtaburl = "http://google.com" | |
let blacklists = ["*://mail.google.com/*"] | |
" Shortcuts | |
map "q" nextTab | |
map "shift+q" previousTab | |
map "<Leader> h" closeTabLeft | |
map "<Leader> l" closeTabRight | |
map "down" scrollDown | |
map "up" scrollUp | |
map "left" scrollLeft | |
map "right" scrollRight | |
map "space" scrollFullPageDown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment