Inverse of M-q, an unfill-paragraph-function

前端 未结 4 2253
渐次进展
渐次进展 2020-12-30 01:48

Is there an inverse for M-q, some kind of unfill-paragraph-function?

If I have undo data, then it\'s of course easy. What I am asking for is

4条回答
  •  春和景丽
    2020-12-30 02:11

    See also M-^ (delete-indentation).

    It joins the current line to the previous line, so if you start with point at the last line of the paragraph you can keep pressing M-^ until all the lines are joined up.

提交回复
热议问题