Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有一个很好的资源来解释 Emacs 键绑定模式背后的逻辑/良好实践(例如,何时使用 Cx 与 Cc ?)
简短的回答:C-x通常用于全局有用的命令。虽然C-c通常用于主要模式特定的命令。
您可以阅读Key Binding Conventions以获得一些提示。
或其他一些参考资料: