docs: More on key timeout, key chord limitations

This commit is contained in:
Fabian Boehm
2023-10-24 18:24:51 +02:00
parent e494e15574
commit 496fc03b98
3 changed files with 22 additions and 3 deletions

View File

@@ -388,4 +388,6 @@ The escape key is a special case, because it can be used standalone as a real ke
Holding alt and something else also typically sends escape, for example holding alt+a will send an escape character and then an "a".
So the escape character has its own timeout configured with ``fish_escape_delay_ms``.
So the escape character has its own timeout configured with :envvar:`fish_escape_delay_ms`.
See also :ref:`Key sequences`.