Are there any emacs key combinations reserved for custom commands?

前端 未结 4 587
忘了有多久
忘了有多久 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:32

    No, you can map any command to any key you feel like, if it is your configuration.

    If you are creating your mode or lib, then choose keybinding that is not already taken.

提交回复
热议问题