mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-29 00:21:14 -03:00
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:
@@ -38,7 +38,7 @@ They are:
|
||||
- ``end``,
|
||||
- ``enter``,
|
||||
- ``escape``,
|
||||
- ``F1`` through ``F12``.
|
||||
- ``f1`` through ``f12``.
|
||||
- ``home``,
|
||||
- ``insert``,
|
||||
- ``minus`` (``-``),
|
||||
|
||||
Reference in New Issue
Block a user