Show/Hide Toolbars

EmEditor Help

EmEditor Home - EmEditor Help - Command Reference - Edit category

Home command

Summary

Moves the cursor to the start of the current line.

Description

Moves the cursor to the start of the current line.

How to Run

Default Menu: None

All Commands: Edit > Move Cursor Horizontally > Home

Toolbar: None

Status Bar: None

Default Keyboard Shortcut: CTRL + ALT + HOME

Plug-in Command ID

EEID_HOME (4164)

Macros

[JavaScript]

document.selection.StartOfLine(false,eeLineView);

[VBScript]

document.selection.StartOfLine false,eeLineView

Copyright © 2003-2023 by Emurasoft, Inc.