From 4ad6d30ab883f44ba969af668ca99406534c9390 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 11 Mar 2026 21:03:57 +0530 Subject: [PATCH] Add command palette shortcut to changelog --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index bc9889924..4a9657639 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -184,7 +184,7 @@ Detailed list of changes - Allow showing :opt:`configurable window titles ` for individual kitty windows via a window title bar (:pull:`9450`) -- A command palette to browse and trigger all mapped and unmapped actions +- A command palette (:sc:`command_palette`) to browse and trigger all mapped and unmapped actions (:pull:`9545`) - choose-files kitten: Fix JXL image preview not working (:iss:`9323`)