@jsvision/ui / EditorKeyBindings
Type Alias: EditorKeyBindings
EditorKeyBindings =
"modern"|"wordstar"
Defined in: ui/src/editor/keymap.ts:70
Which editor key set is active. 'modern' (the default) overlays the universal Ctrl+X/C/V/A (cut/copy/paste/selectAll) + Ctrl+Z/Y (undo/redo) keys on top of the WordStar table; 'wordstar' keeps the classic WordStar layout verbatim (Ctrl-C = pageDown, Ctrl-V = insert-mode toggle, Ctrl-X = lineDown, Ctrl-Y = delete line, Ctrl-U = undo). Modern is the default because few users still reach for the WordStar diamond; the full WordStar table stays available via 'wordstar'.