What is the shortcut key for replace text in all files in Sublime Text 2?

Viewed 2442

How do I execute the "Replace" command with a keyboard shortcut?

I can't seem to find the "command" in the default keymap for OS X.

I know the single file replace all shortcut is control + option + enter, but that doesn't work in this case. This is in OS X, but it probably applies to Windows.

enter image description here

3 Answers

Ctrl + Alt + Enter works for me in the latest Sublime Text 2

Related