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