mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
fix: selectCancel should include both escape and ctrl+c
This commit is contained in:
@@ -70,7 +70,7 @@ export const DEFAULT_EDITOR_KEYBINDINGS: Required<EditorKeybindingsConfig> = {
|
||||
selectUp: "up",
|
||||
selectDown: "down",
|
||||
selectConfirm: "enter",
|
||||
selectCancel: "escape",
|
||||
selectCancel: ["escape", "ctrl+c"],
|
||||
// Clipboard
|
||||
copy: "ctrl+c",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user