Skip to content

Instantly share code, notes, and snippets.

@zyocum
Last active April 28, 2018 03:52
Show Gist options
  • Save zyocum/a1d1c97772eff3f7e709b754a226a1f9 to your computer and use it in GitHub Desktop.
Save zyocum/a1d1c97772eff3f7e709b754a226a1f9 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";
" Shortcuts
unmap "shift+d"
unmap "shift+e"
unmap "shift+k"
map "shift+k" scrollFullPageUp
unmap "shift+j"
map "shift+j" scrollFullPageDown
unmap "x"
unmap "f"
unmap "shift+f"
unmap "ctrl+shift+f"
map "ctrl+shift+f" createHint
map "shift+f" createTabbedHint
map "f" createForegroundHint
map "z z" zoomOrig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment