Skip to content

Instantly share code, notes, and snippets.

@yanyaoer
Created April 2, 2014 07:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yanyaoer/9929227 to your computer and use it in GitHub Desktop.
Save yanyaoer/9929227 to your computer and use it in GitHub Desktop.
vim like w3m keymap bind
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