Created
February 19, 2015 04:24
-
-
Save hdemon/e49763473bcfd1058eea to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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