docs: add link for explanation of escape key in bind documentation

This commit is contained in:
David Adam 2019-10-31 21:12:57 +08:00
parent 0ec278d6bc
commit d2b814bb7c
2 changed files with 2 additions and 1 deletions

View File

@ -193,6 +193,7 @@ Performs a history search when the :kbd:`Page Up` key is pressed.
Turns on Vi key bindings and rebinds :kbd:`Control+C` to clear the input line.
.. _cmd-bind-escape:
Special Case: The escape Character
----------------------------------

View File

@ -1214,7 +1214,7 @@ The user can change the settings of ``fish`` by changing the values of certain v
- ``fish_ambiguous_width`` controls the computed width of ambiguous-width characters. This should be set to 1 if your terminal emulator renders these characters as single-width (typical), or 2 if double-width.
- ``fish_escape_delay_ms`` overrides the default timeout of 30ms after seeing an escape character before giving up on matching a key binding. See the documentation for the :ref:`bind <cmd-bind>` builtin command. This delay facilitates using escape as a meta key.
- ``fish_escape_delay_ms`` overrides the default timeout of 30ms after seeing an escape character before giving up on matching a key binding. This is explained in the documentation for the :ref:`bind <cmd-bind-escape>` builtin command. This delay facilitates using escape as a meta key.
- ``fish_greeting``, the greeting message printed on startup.