Spyke
emacs·EmacsbyAarkon

Close Doom Emac's scratch buffer

Hi!

I know that there is SPC x to open the scratch buffer, but is there also a similar shortcut to quickly close/hide it again? Of course I can always CTRL x 0, but that feels clunky.

View original on feddit.de

The default keybinding for killing a buffer should be SPC b k. That is what I use to close the scratch buffer. 

3

If you choose SPC < to bring up the window that shows all open buffers, you can choose it and hit SPC b k (buffer, kill) as ![email protected] suggested. You can also choose SPC b d (buffer, delete) which is the same as SPC b k, or just hit SPC b and look at the options available to you.

2

I use Ctrl-w-c (it's on the same side of the keyboard) or space-b-k. I'm sure you could you set your own convienient shortcut, it's Emacs after all.

2

You reached the end

Close Doom Emac's scratch buffer | Spyke