Is there a command to kill all buffers in my emacs? instead of having me doing 'Ctrl -k ' one by one until there is no more buffer?
Thank you.
M-x ibuffer
RET
tDy
I highly recommend binding C-xC-b to ibuffer
as a replacement for the default binding:
(global-set-key (kbd "C-x C-b") 'ibuffer)
(I've also bound my <menu> key to ibuffer
, as I use it so often.)
n.b. You can use C-k and x in the regular list-buffers
to mark and kill buffers, but I think everyone should be using ibuffer
, really.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With