From 0b6605b026052a3528207c27fd2ac3abf8d67038 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 1 Apr 2023 10:07:13 -0700 Subject: [PATCH] CHANGELOG fix for #9700 --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b4cb0faef..cadddd25f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -23,6 +23,7 @@ Interactive improvements New or improved bindings ^^^^^^^^^^^^^^^^^^^^^^^^ +- The ``E`` binding in vi mode now correctly handles the last character of the word, by jumping to the next word (:issue:`9700`). Improved prompts ^^^^^^^^^^^^^^^^