VimApi.enterVimMode method
VimApi › enterVimMode
Unofficial
Turn Vim mode on for an editor, taking over its key handling and initializing its Vim state.Signature:
enterVimMode(cm: CodeMirrorEditor): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| cm | CodeMirrorEditor | The editor to act on. |
Returns: void