Created
April 2, 2014 07:05
-
-
Save yanyaoer/9929227 to your computer and use it in GitHub Desktop.
vim like w3m keymap bind
This file contains hidden or 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
keymap f LIST_MENU | |
keymap d CLOSE_TAB | |
#keymap t TAB_LINK | |
keymap t TAB_GOTO | |
keymap gT PREV_TAB | |
keymap gt NEXT_TAB | |
keymap gg BEGIN | |
keymap C-f NEXT_PAGE | |
keymap C-b PREV_PAGE | |
keymap b BACK | |
#keymap B NEXT | |
keymap o GOTO | |
keymap O OPTIONS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment