Remove stale mention of plus key name

This commit is contained in:
Johannes Altmanninger 2024-04-20 13:55:33 +02:00
parent 414d9a1eb1
commit c9793711dc
2 changed files with 1 additions and 2 deletions

View file

@ -30,7 +30,6 @@ Key names are case-sensitive; for example ``alt-W`` is the same as ``alt-shift-w
Some keys have names, usually because they don't have an obvious printable character representation.
They are:
``plus`` (``+``),
``minus`` (``-``),
``comma`` (``,``),
``backspace``,

View file

@ -68,7 +68,7 @@ function __fish_bind_complete
printf '%sctrl-\tCtrl modifier…\n' $prefix
printf '%salt-\tAlt modifier…\n' $prefix
printf '%sshift-\tShift modifier…\n' $prefix
set -l key_names plus minus comma backspace delete escape \
set -l key_names minus comma backspace delete escape \
enter up down left right pageup pagedown home end insert tab \
space F(seq 12)
printf '%s\tNamed key\n' $prefix$key_names