Skip to content

Instantly share code, notes, and snippets.

@sakunyo
Last active July 13, 2018 07:50
Show Gist options
  • Save sakunyo/39ed4e947b911500096ba28a2cd48c80 to your computer and use it in GitHub Desktop.
Save sakunyo/39ed4e947b911500096ba28a2cd48c80 to your computer and use it in GitHub Desktop.
sVimrc
" Settings
set nosmoothscroll
let fullpagescrollpercent = 100
let lastactivetablimit = 50;
let lastclosedtablimit = 50;
let scrollduration = 25
let scrollstep = 65
let zoomstep = 15
let hintcharacters = "1234567890";
let homeurl = "http://google.com";
let mapleader = ","
let newtaburl = "http://google.com"
let blacklists = ["*://example.com/stuff/*", "*://mail.google.com/*"]
unmap 'r' " reloadTab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment