From 657c132deedc8b9c39548caf2ef7600f5f6ac7fb Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Thu, 26 Oct 2023 21:26:42 +0200 Subject: [PATCH] docs: Fix link (cherry picked from commit 8fea3cb56df6f120a760efd563391014f8557a86) --- doc_src/cmds/bind.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/cmds/bind.rst b/doc_src/cmds/bind.rst index 6c0181cbf..9b0be6d9d 100644 --- a/doc_src/cmds/bind.rst +++ b/doc_src/cmds/bind.rst @@ -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 `.