Jeff Wofford
Jeff Wofford

Reputation: 11547

Key to hit "Replace All" button in Xcode?

I'm using Xcode 4.6.2's in-file find and replace feature. When programming I don't like touching the mouse if I can help it, so I tab around to enter the find and replace text. Now I want to hit a single key or key combo that will "launch" the replacement—in effect, hit the "Replace All" button. Does such a key exist?

Upvotes: 2

Views: 1050

Answers (1)

pbibergal
pbibergal

Reputation: 2921

In Xcode->Preferences->Key Bindings type replace in the search window.
You'll see ReplaceAll shortcut, put there any key you want.

Upvotes: 5

Related Questions