parent
faf46ee26c
commit
ed96c02d8d
|
@ -496,6 +496,8 @@ export class Editor {
|
||||||
inlineImagesPlugin(),
|
inlineImagesPlugin(),
|
||||||
highlightSpecialChars(),
|
highlightSpecialChars(),
|
||||||
history(),
|
history(),
|
||||||
|
// Enable vim mode
|
||||||
|
[...this.builtinSettings.vimMode ? [vim()] : []],
|
||||||
drawSelection(),
|
drawSelection(),
|
||||||
dropCursor(),
|
dropCursor(),
|
||||||
indentOnInput(),
|
indentOnInput(),
|
||||||
|
|
Loading…
Reference in New Issue