this post was submitted on 21 Jun 2023
2 points (100.0% liked)

Emacs

2140 readers
18 users here now

Our infinitely powerful editor.

founded 4 years ago
MODERATORS
 

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.

top 3 comments
sorted by: hot top controversial new old
[–] bledley@lemmy.world 1 points 1 year ago

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.

[–] GameWarrior@lemmy.world 1 points 1 year ago

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

[–] nomaded@lemmy.world 1 points 1 year ago

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 !GameWarrior@lemmy.world 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.