How do I replace text in a selection?

前端 未结 11 2011
借酒劲吻你
借酒劲吻你 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:29

    Some of the answers here haven't really helped.

    People are showing you how to find stuff, but now how to replace it.

    I just had a look, and it looks like it's Ctrl+H for replace, then you get the find dialog as well as a replace dialog. This worked for me.

提交回复
热议问题