docs: Fix link

(cherry picked from commit 8fea3cb56d)
This commit is contained in:
Fabian Boehm 2023-10-26 21:26:42 +02:00
parent f775ab6ef4
commit 657c132dee

View file

@ -382,4 +382,4 @@ Holding alt and something else also typically sends escape, for example holding
fish waits for a period after receiving the escape character, to determine whether it is standalone or part of an escape sequence. While waiting, additional key presses make the escape key behave as a meta key. If no other key presses come in, it is handled as a standalone escape. The waiting period is set to 30 milliseconds (0.03 seconds). It can be configured by setting the ``fish_escape_delay_ms`` variable to a value between 10 and 5000 ms. This can be a universal variable that you set once from an interactive session.
So the escape character has its own timeout configured with :envvar:`fish_escape_delay_ms`.
See also :ref:`Key sequences`.
See also :ref:`Key sequences <interactive-key-sequences>`.