Emacs: what is the shortcut key to clear buffer?

后端 未结 7 1902
别跟我提以往
别跟我提以往 2021-01-30 12:45

Like, Control-A (select all) followed by delete?

7条回答
  •  耶瑟儿~
    2021-01-30 12:59

    C-x h + del key clears the buffer

    Note: This requires transient-mark-mode to be enabled (which it is by default).

提交回复
热议问题