Skip to content

Instantly share code, notes, and snippets.

@micheam
Last active December 14, 2018 02:05
Show Gist options
  • Save micheam/f821434fa00e594135d657d76d2f16fc to your computer and use it in GitHub Desktop.
Save micheam/f821434fa00e594135d657d76d2f16fc to your computer and use it in GitHub Desktop.
personal svim setting.
" 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