Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Edit category

Command: Home or Start of Text command

Scroll Prev Top Next More
EmEditor Home - EmEditor Help - Command Reference - Edit category

Home or Start of Text command

Summary

Moves the cursor to the first non-white space character of the current line.

Description

Moves the cursor to the start of the current line. This command ignores any white space at the beginning of the current line, and places the cursor next to the first non-white space character.

How to Run

Default Menu: None

All Commands: Edit > Move Cursor Horizontally > Home or Start of Text

Toolbar: None

Status Bar: None

Default Keyboard Shortcut: HOME

Plug-in Command ID

EEID_HOME_TEXT (4296)

Macros

[JavaScript]

document.selection.StartOfLine(false,eeLineView | eeLineHomeText);

[VBScript]

document.selection.StartOfLine false,eeLineView | eeLineHomeText

Copyright © 2003-2023 by Emurasoft, Inc.