Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 614
gak Avatar asked Aug 14 '12 06:08

gak


People also ask

Which is the shortcut key for replace text?

You can also open the basic Find and Replace pane with the keyboard shortcut CONTROL + H. When you replace text, it's a good idea to select Replace instead of Replace All.

What is the shortcut key for Sublime Text?

You can use the shortcut key Ctrl+Shift+N on Windows and Cmd+Shift+N for Mac to create a new window on Sublime Text editor.

What does Ctrl R do in Sublime Text?

Goto Symbol In Project The Goto Anything shortcuts navigate the current file. If you have a project open, you can press Ctrl ⇧ R to launch Goto Anything In Project. This command will search for symbols across every file in your project.

How do I search all files in Sublime Text?

Use the Search all shortcut: Ctrl + Shift + F , then select the folder in the "Where:" box below. (And for Mac, it's ⌘ + Shift + F ).


1 Answers

Ctrl + shift + F

now you can add files and folder where you want to find and replace in all files.

like image 96
Shahnawaz Avatar answered Oct 15 '22 18:10

Shahnawaz