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.
在 VsCode VIM(香草安装)中,您将如何执行Ctrl+ N?检查键盘快捷键时,它看起来像这样:
我通过运行在 VIM 中尝试了简单的方式:new,但它在同一个编辑器中打开了一个新选项卡,而不是一个全新的选项卡。
:new
理想情况下,我正在寻找一种无需重新映射任何键的简单方法。我是使用香草工具的忠实拥护者,因此我可以轻松转移机器,而无需随身携带重新映射。
在 vim 中,我:enew用来启动一个全新的文件。
:enew
你可以试试:e
:e
例子
:e test.js
或者像这样安装扩展:https ://github.com/dkundel/vscode-new-file