Skip to content

CodeMirrorAdapterExCommands.cursorCharLeft method

CodeMirrorAdapterExCommands › cursorCharLeft

Unofficial

Move the cursor one character to the left.

Signature:

cursorCharLeft(editor: CodeMirrorEditor): void

Parameters:

Parameter Type Description
editor CodeMirrorEditor The editor instance.

Returns: void