mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 20:03:05 +00:00
Clarify comment about reserved extension keybindings
This commit is contained in:
parent
54c33f2ade
commit
7cacb49af9
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue