Search and Replace Shortcut Keys, Emacs Scheme

Use the following shortcut key combinations to search for text in a single file, in multiple files, and to search for objects and members.

Command

Shortcut keys

Description

Edit.Find

CTRL + ALT + F

—or—

CTRL + F

Displays the Quick tab of the Find and Replace dialog box.

Edit.FindInFiles

CTRL + SHIFT + F

Displays the In Files tab of the Find and Replace dialog box.

Edit.FindNext

F3

Finds the next occurrence of the previous search text.

Edit.FindNextSelected

CTRL + F3

Finds the next occurrence of the currently selected text in the document.

Edit.FindPrevious

SHIFT + F3

Finds the previous occurrence of the search text.

Edit.FindPreviousSelected

CTRL + SHIFT + F3

Finds the previous occurrence of the currently selected text, or the word at the caret.

Edit.FindSymbol

CTRL + SHIFT + Y

—or—

ALT + F12

Displays the Symbol tab of the Find and Replace dialog box.

Edit.GoToFindCombo

CTRL + D

Places the caret in the Find/Command box on the Standard toolbar.

Edit.IncrementalSearch

CTRL + S

Starts Incremental search. If Incremental search is started, but you have not typed any characters, the search engine loads the previous pattern. If text has been found, the search engine searches for the next occurrence.

Edit.QuickFindSymbol

SHIFT + ALT + F12

Searches for the object or member selected in the file and displays the matches in the Find Symbol Results window.

Edit.Replace

CTRL + H

Displays the replace options in the Quick tab of the Find and Replace dialog box.

Edit.ReplaceInFiles

CTRL + SHIFT + H

Displays the replace options on the In Files tab of the Find and Replace dialog box.

Edit.ReverseIncrementalSearch

CTRL + R

—or—

CTRL + SHIFT + I

Changes the direction of Incremental search to begin at the bottom of the file and progress towards the top.

Edit.StopSearch

ALT + F3, S

Halts the current Find in Files operation.

View.FindSymbolResults

CTRL + ALT + Y

Displays the Find Symbol Results window, which displays matches for symbols searches.

See Also

Reference

Emacs Default Shortcut Keys