Share

Navigation Shortcuts Reference (AutoLISP)

Product Documentation
Intermediate

In addition to using the cursor arrow keys, you can use the following VLISP editor shortcuts to navigate through your text:

Navigation shortcut keys

To move

Press

One word to the left

Ctrl+Left Arrow

One word to the right

Ctrl+Right Arrow

To the end of a line

End

To the beginning of a line

Home

Down one window

Page Down

Up one window

Page Up

To the end of a document

Ctrl+End

To the start of a document

Ctrl+Home

To the matching left parenthesis

Ctrl+[

To the matching right parenthesis

Ctrl+]


Was this information helpful?