Are there any emacs key combinations reserved for custom commands?

前端 未结 4 568
忘了有多久
忘了有多久 2020-12-29 07:46

If I want to create a custom key combination to run a command, are there any keyboard shortcuts reserved for this? I always find it difficult to decide on which shortcut to

4条回答
  •  隐瞒了意图╮
    2020-12-29 08:49

    I would suggest using unbound. It was made for just this type of scenario.

    Once you have it required in your emacs config, typing the following will list possible unbound keys for your customization:

    M-x describe-unbound-keys
    

    It asks for a complexity level (I generally just use 5) for the key combination depending on how convenient (less options) or esoteric (more options) a key binding you are interested it.

提交回复
热议问题