当我用//
Java 编写注释并按 Enter 键时,vim 会//
在下一行的开头添加 a。
// This is the first line of my comment <CR>
// <-- these were added automatically by auto-comment.
正如我所说,这是一种有用的行为(我使用//
多行注释来方便地用 注释掉大块代码/*...*/
,并且/**...*/
仅用于 Javadoc 注释)。但是当我到达评论的末尾时,我必须按三下退格键才能摆脱//
我现在不再想要的行首的 。
是否有来自插入模式的键盘快捷键可以告诉 Vim 我不再写评论?还是我必须自己写?