How do I get a list of commands starting with a certain key (combo) in Emacs?

后端 未结 2 738
隐瞒了意图╮
隐瞒了意图╮ 2021-01-02 22:04

I can use C-h c (describe-key-briefly) and type a key combination and it will return me the function bound to it. But I\'d also like to type only a

2条回答
  •  悲&欢浪女
    2021-01-02 22:38

    Do the key combo then C-h. For your example of C-x, do C-x C-h. This also works with sub-maps, e.g. C-x r C-h to see everything under C-x r

提交回复
热议问题