Skip to content

CodeMirrorAdapterExCommands.cursorCharLeft method

CodeMirrorAdapterExCommands › cursorCharLeft

Unofficial

Move the cursor one character to the left.

Signature:

cursorCharLeft(editor: CodeMirrorEditor): void

Parameters:

ParameterTypeDescription
editorCodeMirrorEditorThe editor instance.

Returns: void