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

@@ -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"));