Skip to content

Type Editor


Type Editor / @type-editor/keymap / baseKeyMap / macBaseKeymap

Variable: macBaseKeymap

ts
const macBaseKeymap: Record<string, Command>;

Defined in: baseKeyMap.ts:122

A copy of pcBaseKeymap that also binds Ctrl-h like Backspace, Ctrl-d like Delete, Alt-Backspace like Ctrl-Backspace, and Ctrl-Alt-Backspace, Alt-Delete, and Alt-d like Ctrl-Delete.