Sublime Forum

Find and Replace in the current file

#1

Hi,

Really often I have to do a find and replace in the current file I’m working on.
I’m used to a cmd+f option to search and have a replace option at the same time (textmate…). The global cmd+shift+f doesn’t really help in that case.

But I’m probably wrong, could you tell me what is the fastest way to do so?

Thanks :smile:

0 Likes

#2

Edit user keybindings and add this:

{ "keys": "ctrl+f"], "command": "show_panel", "args": {"panel": "replace"} }

or press cmd+alt+f iirc.

0 Likes

#3

cmd+alt+f looks good :smile:
thanks a lot!

0 Likes