From e52e7cea43fa93964c6405ccce59ea8b786db6c2 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Wed, 30 Aug 2023 23:15:01 +0200 Subject: [PATCH] CHANGUELOGUE --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 19676e382..45004e61b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,6 +18,8 @@ We have tried to keep these to a minimum, but in some cases it is unavoidable. Notable improvements and fixes ------------------------------ +- A new variable, :envvar:`fish_sequence_key_delay_ms`, can now be set to let bound key sequences time out. + This is useful e.g. to bind ``jk`` to switch modes in vi-mode while still being able to type "j". (:issue:`7401`, :issue:`9926`) - ``functions --handlers-type caller-exit`` once again lists functions defined as ``function --on-job-exit caller``, rather than them being listed by ``functions --handlers-type process-exit``. Deprecations and removed features