I’ve read this, but my question is different. I’d like to know how to view key-bindings in Emacs which start with a particular key. I’d like to bind f2, but would like to know what it’s currently bound to. Pressing C-h m prompts for the key sequence. Entering f2 here results in Emacs waiting for me to complete the chain, as f2 alone does nothing. How can I view all key-bindings which start with f2?
I’ve read this , but my question is different. I’d like to know how
Share
F2F1 or F2C-h
In general, typing F1 or C-h after any prefix-binding will list all the bindings using that prefix:
F1 is the more reliable of the two (but only very slightly so), as detailed by the following documentation excerpts.
M-:
(info "(emacs) Misc Help")RET:M-:
(info "(emacs) Keys")RET:M-:
(info "(emacs) Help")RET:M-:
(info "(elisp) Key Binding Conventions")RET: