Clarify comment about reserved extension keybindings
This commit is contained in:
committed by
Mario Zechner
parent
54c33f2ade
commit
7cacb49af9
@@ -43,7 +43,7 @@ import type {
|
|||||||
UserBashEventResult,
|
UserBashEventResult,
|
||||||
} from "./types.js";
|
} 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> = [
|
const RESERVED_ACTIONS_FOR_EXTENSION_CONFLICTS: ReadonlyArray<KeyAction> = [
|
||||||
"interrupt",
|
"interrupt",
|
||||||
"clear",
|
"clear",
|
||||||
|
|||||||
Reference in New Issue
Block a user