标签: vim
我正在使用vim插件(自动关闭),它使用命令来快速包装'文本。我最初认为代表Atl-e,但只是将光标移到终端标题 - 我正在运行Ubuntu Desktop。
答案 0 :(得分:1)
Vim的文档编写得非常好,而且非常全面。
关注:help keycodes或:help <M-:
:help keycodes
:help <M-
<M-...> alt-key or meta-key *meta* *alt* *<M-*
所以<M-e>是 Alt + e
<M-e>