如题。
有关更多环境详细信息,我使用的是 VSCode 中的默认配置。我在 VSCode 集成终端中通过 SSH 连接到我的服务器。我可以使用 VIM 来编辑文件。我已为 VIM 配置为启用鼠标单击,.vimrc如下所示。
" In many terminal emulators the mouse works just fine, thus enable it.
if has('mouse')
set mouse=a
endif
set clipboard=unnamedplus
当我使用其他终端时它工作正常。有谁知道我应该在 VSCode 中配置什么.vimrc?