From 116671c577e46416260a796953daa85a7deb1605 Mon Sep 17 00:00:00 2001 From: Helen Chong Date: Tue, 10 Mar 2026 05:12:48 +0800 Subject: [PATCH] docs(changelog): fix typo for Catppuccin color themes Closes #12524 --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fdf225b7a..19d1f5c94 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -59,7 +59,7 @@ New or improved bindings - Vi mode word movements (``w``, ``W``, ``e``, and ``E``) are now largely in line with Vim. The only exception is that underscores are treated as word separators (:issue:`12269`). - New special input functions to support these movements: ``forward-word-vi``, ``kill-word-vi``, ``forward-bigword-vi``, ``kill-bigword-vi``, ``forward-word-end``, ``backward-word-end``, ``forward-bigword-end``, ``backward-bigword-end``, ``kill-a-word``, ``kill-inner-word``, ``kill-a-bigword``, and ``kill-inner-bigword``. - Vi mode key bindings now support counts for movement and deletion commands (e.g. `d3w` or `3l`), via a new operator mode (:issue:`2192`). -- New ``catpuccin-*`` color themes. +- New ``catppuccin-*`` color themes. Improved terminal support -------------------------