Skip to content

Instantly share code, notes, and snippets.

@MartinAyla
Last active August 29, 2015 14:16
Show Gist options
  • Save MartinAyla/335ec315a9125c4dd6b2 to your computer and use it in GitHub Desktop.
Save MartinAyla/335ec315a9125c4dd6b2 to your computer and use it in GitHub Desktop.
sVimrc
" Settings
set nosmoothscroll
let fullpagescrollpercent = 100
let lastactivetablimit = 100;
let lastclosedtablimit = 100;
let scrollduration = 15
let scrollstep = 100
let zoomstep = 15
let hintcharacters = "1234567890";
let homeurl = "http://google.com";
let mapleader = "option"
let newtaburl = "http://google.com"
let blacklists = ["*://secure.helpscout.net/*", "*://mail.google.com/*"]
" Shortcuts
map "right" nextTab
map "left" previousTab
map "option+right" goForward
map "option+left" goBack
map "d" quit
" 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