How to replace a character with a newline in Emacs?

前端 未结 6 527
灰色年华
灰色年华 2020-12-12 09:06

I am trying to replace a character - say ; - with a new line using replace-string and/or replace-regexp in Emacs.

I have tried

6条回答
  •  一向
    一向 (楼主)
    2020-12-12 09:24

    inline just: C-M-S-% (if binding keys still default) than replace-string^J

提交回复
热议问题