vim like w3m keymap bind
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
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