CodeMirrorAdapterExCommands.cursorCharLeft method
CodeMirrorAdapterExCommands › cursorCharLeft
Unofficial
Move the cursor one character to the left.Signature:
cursorCharLeft(editor: CodeMirrorEditor): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| editor | CodeMirrorEditor | The editor instance. |
Returns: void