How do I replace text in a selection?

前端 未结 11 2023
借酒劲吻你
借酒劲吻你 2021-01-29 19:10

I\'ve just started using Sublime Text 2, coming from emacs.

I have a region of text selected. Within that region, I\'d like to replace all text instances of \'0\' with \

11条回答
  •  轮回少年
    2021-01-29 19:13

    You can use ctrl+F to find the text.
    ctrl+h to enter the replacement text. Then ctrl+shift+h to replace the current selected text and move to next matched text.

    This is for windows. But you can check in mac also for which you might want to check the key bindings under Preferences.

提交回复
热议问题