mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 08:51:14 -03:00
docs: use canonical key names in :kbd: tags
This seems a bit better because it's what bind uses. To makes sure that something like :kbd:`ctrl-x` looks good in HTML, remove the border from the kbd style. Else both "ctrl" and "x" get small boxes which looks weird.
This commit is contained in:
@@ -31,8 +31,8 @@ Usage Notes
|
||||
|
||||
``fish_key_reader`` intentionally disables handling of many signals. To terminate ``fish_key_reader`` in ``--continuous`` mode do:
|
||||
|
||||
- press :kbd:`Control`\ +\ :kbd:`C` twice, or
|
||||
- press :kbd:`Control`\ +\ :kbd:`D` twice, or
|
||||
- press :kbd:`ctrl-c` twice, or
|
||||
- press :kbd:`ctrl-d` twice, or
|
||||
- type ``exit``, or
|
||||
- type ``quit``
|
||||
|
||||
|
||||
Reference in New Issue
Block a user