Skip to content

Instantly share code, notes, and snippets.

@wujunchuan
Last active May 23, 2019 11:27
Show Gist options
  • Save wujunchuan/08cd5851bb014e9159ff8a6c9abd5140 to your computer and use it in GitHub Desktop.
Save wujunchuan/08cd5851bb014e9159ff8a6c9abd5140 to your computer and use it in GitHub Desktop.
sVim config #config
hintcharacters = 'sadfjklewcmpgh';
let fullpagescrollpercent = 100
let lastactivetablimit = 50;
let lastclosedtablimit = 50;
let scrollduration = 25
let scrollstep = 65
let zoomstep = 15
let homeurl = "http://google.com";
let mapleader = ","
let newtaburl = "http://google.com"
let blacklists = ["*://*.processon.com/*", "*://mail.google.com/*", "*://*.mubu.com/", "*://*.inoreader.com/", "*://*.instapaper.com/", "*://twitter.*/", "*://*.instapaper.com/*"]
let nextpagetextpatterns = ["Next"]
let prevpagetextpatterns = ["Prev(ious)?"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment