Add GOTO_HOME to the help page

This commit is contained in:
Tatsuya Kinoshita
2020-03-16 19:51:22 +09:00
parent e890b157b6
commit fb915c1248
6 changed files with 7 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ EXTERN Display using an external browser
EXTERN_LINK Display target using an external browser
FRAME Toggle rendering HTML frames
GOTO Open specified document in a new buffer
GOTO_HOME Return to the homepage (specified HTTP_HOME or WWW_HOME variable)
GOTO_LINE Go to the specified line
GOTO_LINK Follow current hyperlink in a new buffer
GOTO_RELATIVE Go to relative address

View File

@@ -11,6 +11,7 @@
# Left : LEFT, ^[[D
keymap C-@ MARK
keymap C-_ GOTO_HOME
keymap C-a LINE_BEGIN
keymap C-b MOVE_LEFT
keymap C-e LINE_END