mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-30 17:41:14 -03:00
docs: Format keychords as two :kbd: entries
Looks better in the html - see #6752. Also this converts the "ctrl-something" instances I could find to proper markup. [ci skip]
This commit is contained in:
@@ -36,7 +36,7 @@ The delay in milliseconds since the previous character was received is included
|
||||
|
||||
``fish_key_reader`` intentionally disables handling of many signals. To terminate ``fish_key_reader`` in ``--continuous`` mode do:
|
||||
|
||||
- press ``Ctrl-C`` twice, or
|
||||
- press ``Ctrl-D`` twice, or
|
||||
- press :kbd:`Control` + :kbd:`C` twice, or
|
||||
- press :kbd:`Control` + :kbd:`D` twice, or
|
||||
- type ``exit``, or
|
||||
- type ``quit``
|
||||
|
||||
Reference in New Issue
Block a user