How do I create a new empty buffer with a single keystroke? I can create a new buffer with C-x b and then entering a name. (I use ido-mode, so if I just hit RET it opens the most recent buffer.)
I'd like a command to open a new untitled buffer with a single key binding, e.g. s-t.
(Similar to the new-tab command in Aquamacs.)