What is the key sequence for closing the current buffer in Emacs?
If I click on File -> Close, it closes the buffer like I want, but doesn't list a key mapping. What is the key mapping?
You can use C-x k
to kill current buffer. See Emacs Manual .
BKB has already given correct answer. Just wanted to add that C-h b
lists the key bindings applicable in current buffer