What is the key sequence for closing the current buffer in Emacs?
emacs
Solution
You can use Ctrl + X, K to kill the current buffer. See the Emacs manual.
Problem
If I click on menu File → Close, it closes the buffer like I want, but it doesn't list a key mapping for it. What is the key mapping?