in Emacs, edit multiple lines at once

前端 未结 8 1985
天涯浪人
天涯浪人 2020-12-22 16:29

I believe textmate has a mode where if you start typing, the same thing will be entered on all the lines you\'ve selected. Is there something similar to this in emacs? I\'m

8条回答
  •  伪装坚强ぢ
    2020-12-22 17:19

    Rectangles are for simple stuff like deleting the same amount of spaces in adjacent lines.

    Otherwise keyboard macros are the way to go.

提交回复
热议问题