Re-open *scratch* buffer in Emacs?

后端 未结 16 1327
北海茫月
北海茫月 2020-12-12 10:29

If I accidentally closed the scratch buffer in Emacs, how do I create a new scratch buffer?

16条回答
  •  既然无缘
    2020-12-12 11:06

    C-x b *scratch* RET y RET with iswitchb-mode enabled.

    Just C-x b *scratch* RET otherwise.

提交回复
热议问题