docs: add link for explanation of escape key in bind documentation
This commit is contained in:
parent
0ec278d6bc
commit
d2b814bb7c
@ -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
|
||||
----------------------------------
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user