emacs - emacs 是否有与 jetbrains 的 "find action by name"和 Atom 的命令面板等效的命令?

标签 emacs ide keyboard-shortcuts atom-editor jetbrains-ide

这些 IDE/编辑器中的“查找任何命令”对话框使新功能和键盘快捷键更容易发现。

Emacs 有等效的吗? M-x 可以工作,但它缺少键绑定(bind)注释的提示,并且与这些情况相比,自动完成功能也不太流畅。

最佳答案

是 - apropos-command,绑定(bind)到 C-h a。从帮助页面:

Show commands (interactively callable functions) that match PATTERN. PATTERN can be a word, a list of words (separated by spaces), or a regexp (using some regexp special characters). If it is a word, search for matches for that word as a substring. If it is a list of words, search for matches for any two (or more) of those words.

其他帮助命令也非常有用 - C-g ? 查看全部命令。与apropos-command类似的是:describe-key C-h k,描述绑定(bind)到按键序列的功能; describe-variable C-h v,这应该是显而易见的;和 describe-bindings C-h b,列出所有当前定义的键。

关于emacs - emacs 是否有与 jetbrains 的 "find action by name"和 Atom 的命令面板等效的命令?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32832793/

相关文章:

Emacs 右边距的相对行号

Emacs 错误地寻找 .el 而不是 .elc

emacs - 在 Emacs Lisp 中,如何找到符号定义的位置

ide - 最佳移动应用程序开发工具/环境?

emacs - 普通 lisp 帮助相当于 python 中的帮助

javascript - 您使用的是哪个 Javascript/Chrome 扩展 IDE?

带有代码折叠功能的 Mac 版 HTML IDE?

Eclipse - 默认键盘快捷键列表

eclipse - 是否可以为左手使用创建 "delete"热键?

ide - 为什么 'to lowercase' 快捷方式已从 VS2015 中删除?