builtin bind: make function keys lowercase (f1 instead of F1)

All other key names are lowercase so this inconsistency is weird.
This commit is contained in:
Johannes Altmanninger
2024-05-22 22:29:35 +02:00
parent 4869b98482
commit de7f39d627
7 changed files with 16 additions and 14 deletions

View File

@@ -327,7 +327,7 @@ Some bindings are common across Emacs and vi mode, because they aren't text edit
- :kbd:`alt-d` moves the next word to the :ref:`killring`.
- :kbd:`alt-h` (or :kbd:`F1`) shows the manual page for the current command, if one exists.
- :kbd:`alt-h` (or :kbd:`f1`) shows the manual page for the current command, if one exists.
- :kbd:`alt-l` lists the contents of the current directory, unless the cursor is over a directory argument, in which case the contents of that directory will be listed.