Clarify comment about reserved extension keybindings

This commit is contained in:
Richard Gill 2026-01-18 13:01:54 +00:00 committed by Mario Zechner
parent 54c33f2ade
commit 7cacb49af9

View file

@ -43,7 +43,7 @@ import type {
UserBashEventResult,
} from "./types.js";
// These keybindings cannot be overridden by extensions
// Keybindings for these actions cannot be overridden by extensions
const RESERVED_ACTIONS_FOR_EXTENSION_CONFLICTS: ReadonlyArray<KeyAction> = [
"interrupt",
"clear",