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 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

Plug-in Command ID

Macros

[JavaScript]

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

[VBScript]

document.selection.StartOfLine false,eeLineView | eeLineHomeText

Feedback Send feedback on this topic to Emurasoft

Copyright © 2003-2012 by Emurasoft, Inc.