Keybindings for w3m.
See https://git.sr.ht/~rkta/w3m/tree/master/item/doc/README.keymap for documentation.
Declarations
Type
attribute set of stringDefault
{ }Example
{
"\";\"" = "MARK_WORD";
C-a = "LINE_BEGIN";
DEL = "CLOSE_TAB";
M-C-j = "SAVE_LINK";
M-TAB = "PREV_LINK";
O = "COMMAND \"SET_OPTION dictprompt='GOTO: '; SET_OPTION dictcommand=file:/cgi-bin/opener.cgi ; DICT_WORD\"";
SPC = "NEXT_PAGE";
UP = "MOVE_UP";
"\\\"" = "REG_MARK";
"\\^" = "LINE_BEGIN";
gg = "BEGIN";
}