document new F1 binding

This commit is contained in:
David Adam 2013-11-09 20:12:53 +08:00
parent ba2fcd9dae
commit 63d93a2f9a

View file

@ -1139,6 +1139,7 @@ Here are some of the commands available in the editor:
- Alt-P adds the string <code>'| less;'</code> to the end of the job under the cursor. The result is that the output of the command will be paged. - Alt-P adds the string <code>'| less;'</code> to the end of the job under the cursor. The result is that the output of the command will be paged.
- Alt-C capitalizes the current word. - Alt-C capitalizes the current word.
- Alt-U makes the current word uppercase. - Alt-U makes the current word uppercase.
- F1 shows the manual page for the current command, if one exists.
You can change these key bindings using the You can change these key bindings using the
<a href="commands.html#bind">bind</a> builtin command. <a href="commands.html#bind">bind</a> builtin command.