Fixes #149: vim mode
pull/211/head
Zef Hemel 2022-12-15 14:40:39 +01:00
parent faf46ee26c
commit ed96c02d8d
1 changed files with 2 additions and 0 deletions

View File

@ -496,6 +496,8 @@ export class Editor {
inlineImagesPlugin(),
highlightSpecialChars(),
history(),
// Enable vim mode
[...this.builtinSettings.vimMode ? [vim()] : []],
drawSelection(),
dropCursor(),
indentOnInput(),