diff --git a/web/editor.tsx b/web/editor.tsx index b38ce54..1f7fff5 100644 --- a/web/editor.tsx +++ b/web/editor.tsx @@ -496,6 +496,8 @@ export class Editor { inlineImagesPlugin(), highlightSpecialChars(), history(), + // Enable vim mode + [...this.builtinSettings.vimMode ? [vim()] : []], drawSelection(), dropCursor(), indentOnInput(),