Skip to content

Instantly share code, notes, and snippets.

@hdemon
Created February 19, 2015 04:24
Show Gist options
  • Save hdemon/e49763473bcfd1058eea to your computer and use it in GitHub Desktop.
Save hdemon/e49763473bcfd1058eea to your computer and use it in GitHub Desktop.
### Sample Settings
map i <NOP>
map o <NOP>
map j <NOP>
map ; <NOP>
map t <NOP>
pagecmd * nmap l :TabFocusNext
pagecmd * nmap h :TabFocusPrev
pagecmd * nmap j :PageHalfDown
pagecmd * nmap k :PageHalfUp
pagecmd * nmap <M-j> :ScrollDown
pagecmd * nmap <M-k> :ScrollUp
pagecmd * nmap <M-h> :BackHist
pagecmd * nmap <M-l> :ForwardHist
pagecmd * nmap r :Reload
pagecmd * nmap w :TabCloseCurrent
# almost all Vichrome functions don't work properly for pdf contents
# so it's useful to enable default key bindings for pdf file.
pagecmd *.pdf nmap <C-f> <NOP>
# if you want to use twitter web's key binding, write settings like below
#pagecmd http*://twitter.com/* nmap f <NOP>
#pagecmd http*://twitter.com/* nmap r <NOP>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment