diff --git a/sphinx_doc_src/cmds/bind.rst b/sphinx_doc_src/cmds/bind.rst index d1291bbe4..454166d2f 100644 --- a/sphinx_doc_src/cmds/bind.rst +++ b/sphinx_doc_src/cmds/bind.rst @@ -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 ---------------------------------- diff --git a/sphinx_doc_src/index.rst b/sphinx_doc_src/index.rst index d9adbefe2..16e1bb9b6 100644 --- a/sphinx_doc_src/index.rst +++ b/sphinx_doc_src/index.rst @@ -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 ` 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 ` builtin command. This delay facilitates using escape as a meta key. - ``fish_greeting``, the greeting message printed on startup.