aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2020-03-16 10:51:22 +0000
committerTatsuya Kinoshita <tats@debian.org>2020-03-16 10:51:22 +0000
commitfb915c12488691fe76287977f3c700f391351430 (patch)
tree7ed5f4f4b646cf55121e9b1f1a214d475afa4dff /doc
parentUpdate ChangeLog (diff)
downloadw3m-fb915c12488691fe76287977f3c700f391351430.tar.gz
w3m-fb915c12488691fe76287977f3c700f391351430.zip
Add GOTO_HOME to the help page
Diffstat (limited to 'doc')
-rw-r--r--doc/README.func1
-rw-r--r--doc/keymap.default1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/README.func b/doc/README.func
index a3ef3ac..0430855 100644
--- a/doc/README.func
+++ b/doc/README.func
@@ -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
diff --git a/doc/keymap.default b/doc/keymap.default
index 0ecf14f..174e4ed 100644
--- a/doc/keymap.default
+++ b/doc/keymap.default
@@ -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