Text Navigation Shortcut Keys, Emacs Scheme

Use the following shortcut key combinations in text editors to move within an open document.

Command

Shortcut keys

Description

Edit.CharLeft

LEFT ARROW

Moves the cursor one character to the left. Available only in the .NET Framework Designer.

Edit.CharRight

RIGHT ARROW

Moves the cursor one character to the right. Available only in the .NET Framework Designer

Edit.DocumentEnd

CTRL + END

Moves the cursor to the last line of the document.

Edit.DocumentStart

CTRL + HOME

Moves the cursor to the first line of the document.

Edit.GoTo

CTRL + G

—or—

CTRL + I, CTRL + G

Displays the Go To Line dialog box.

Edit.GoToBrace

CTRL + ]

Moves the cursor to the next brace in the document.

Edit.LineDown

DOWN ARROW

Moves the cursor down one line.

Edit.LineUp

UP ARROW

Moves the cursor up one line.

Edit.NextBookmark

F2

—or—

CTRL + K, CTRL + N

Moves the cursor to the next bookmark in the document.

Edit.PageDown

PAGE DOWN

Scrolls down one screen in the Editor window.

Edit.PageUp

PAGE UP

Scrolls up one screen in the Editor window.

Edit.PreviousBookmark

SHIFT + F2

—or—

CTRL + K, CTRL + P

Moves the cursor to the previous bookmark.

Edit.QuickInfo

CTRL + I, CTRL + I

Displays Quick Info, based on the current language.

Edit.ScrollLineDown

CTRL + DOWN ARROW

Scrolls text down one line. Available in Text editors only.

Edit.ScrollLineUp

CTRL + UP ARROW

Scrolls text up one line. Available in Text editors only.

Edit.ViewBottom

CTRL + PAGE DOWN

Moves the cursor to the bottom of the current document.

Edit.ViewTop

CTRL + PAGE UP

Moves the cursor to the top of the current window.

View.BrowseNext

CTRL + SHIFT + 1

—or—

CTRL + NUM PLUS SIGN ()

Navigates to the next definition, declaration, or reference of an item. Available in the Object Browser and Class View window.

View.BrowsePrevious

CTRL + SHIFT + 2

—or—

CTRL + NUM MINUS SIGN ( -)

Navigates to the previous definition, declaration, or reference of an item. Available in the Object Browser and Class View window.

View.ForwardBrowseContext

CTRL + SHIFT + 7

Navigates to the next item called in code in the current file.

View.NavigateBackward

CTRL + \

—or—

CTRL + MINUS SIGN (-)

Navigates to the previous browsed line of code.

View.NavigateForward

CTRL + SHIFT + \

—or—

CTRL + SHIFT + MINUS SIGN (-)

Navigates to the next browsed line of code.

See Also

Reference

Emacs Default Shortcut Keys