Skip to content

Instantly share code, notes, and snippets.

@mpacer
Last active April 10, 2017 20:12
Show Gist options
  • Save mpacer/1da0c0fdb2e911bac970c1a89d1d2f59 to your computer and use it in GitHub Desktop.
Save mpacer/1da0c0fdb2e911bac970c1a89d1d2f59 to your computer and use it in GitHub Desktop.
site "http*://mail.google.com/*"{
unmap x
unmap k
unmap j
unmap o
unmap O
unmap N
unmap g
unmap t
unmap c
unmap d
unmap D
unmap C
unmap r
unmap f
unmap F
unmap i
unmap /
unmap z
unmap `
unmap ~
unmap ?
unmap n
unmap p
}
" show the heads-up-display
set hud
" use regexp in find mode
set regexp
" ignore search case in find mode
set ignorecase
" use numbers instead of characters for link hints
" type text of link
set numerichints
set typelinkhints
" dim letter matches in hint characters rather than remove them from the hint
set dimhintcharacters
" need to check that these are actually the right keys to block
site "https?://github.com/*" {
unmap g
unmap i
unmap t
unmap y
unmap p
unmap a
unmap r
unmap ?
unmap o
}
" no fade effect when toggling link hints
set nolinkanimations
" use smooth scrolling
set smoothscroll
" how long to delay before taking input from numericinputs or typinglinkinputs
let typelinkhintsdelay = 50
" size of scroll step in pixels
let scrollstep = 150
" integer the duration of smooth scrolling
let scrollduration = 700
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment