【问题标题】:Good reference for logic behind emacs keybindings? [closed]对emacs键绑定背后的逻辑有很好的参考吗? [关闭] 【发布时间】:2012-12-23 19:18:24 【问题描述】: 是否有很好的资源可以解释 Emacs 键绑定模式背后的逻辑/良好实践(例如,何时使用 C-x 与 C-c ?) 【问题讨论】: 标签: emacs 【解决方案1】: 简短回答:C-x 通常用于全局有用的命令。而 C-c 通常用于特定于主模式的命令。 您可以阅读Key Binding Conventions 以获得一些提示。 或其他一些参考资料: Emacs: Overview of Keybinding Design: M-x, C-x, C-c, C-M- Are there any emacs key combinations reserved for custom commands? Emacs: how to choose good custom key bindings? 【讨论】: