docs(changelog): fix typo for Catppuccin color themes

Closes #12524
This commit is contained in:
Helen Chong
2026-03-10 05:12:48 +08:00
committed by Johannes Altmanninger
parent 53e1718a68
commit 116671c577

View File

@@ -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
-------------------------