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 中有两个非常有用的函数:
这两个命令对应的 vim 是什么?
:help :command
显示:command.
:command
:help i_ctrl-a
显示<C-a>插入模式的文档。
<C-a>
如何使用文档是新手应该学习的最重要的事情。严重地。
如果你有一个棘手的映射问题,比如说<leader>b,你可以做
<leader>b
:verbose map <leader>b
了解它的作用以及定义的位置。