aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
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 /scripts
parentUpdate ChangeLog (diff)
downloadw3m-fb915c12488691fe76287977f3c700f391351430.tar.gz
w3m-fb915c12488691fe76287977f3c700f391351430.zip
Add GOTO_HOME to the help page
Diffstat (limited to 'scripts')
-rw-r--r--scripts/w3mhelp.cgi.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/w3mhelp.cgi.in b/scripts/w3mhelp.cgi.in
index 503dddc..348d5df 100644
--- a/scripts/w3mhelp.cgi.in
+++ b/scripts/w3mhelp.cgi.in
@@ -148,8 +148,8 @@ print "<P><A HREF=\"$keymap\">$head</A>\n";
pipeBuf"));
&show_keymap('Buffer Operations',
- split(" ", "backBf nextBf prevBf selMn selBuf vwSrc svSrc svBuf
- editBf editScr reload reshape rdrwSc dispI stopI"));
+ split(" ", "backBf nextBf prevBf goHome selMn selBuf vwSrc svSrc
+ svBuf editBf editScr reload reshape rdrwSc dispI stopI"));
&show_keymap('Tab Operations',
split(" ", "newT closeT nextT prevT tabMn tabR tabL"));