How to modify/change the vimrc file in VsCode?

空扰寡人 提交于 2020-08-09 08:13:07

问题


I am new to Vim and I have installed the Vim Extension in Vscode. I know that we can customize the default Vim Editor by modifying the vimrc file.

I want to change some keybindings in the VsCode Vim extension. How to do it/Where will I find the vimrc of Vscode Vim?


回答1:


Make sure you have a /.vimrc or /_vimrc file in $HOME directory and follow the follow the following steps :

  1. Open VScode and go to settings.
  2. Type vimrc
  3. Enable Use Keymappings from a .vimrc file

  1. Modify the vimrc file according to your needs.


来源:https://stackoverflow.com/questions/63017771/how-to-modify-change-the-vimrc-file-in-vscode

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!