How to modify/change the vimrc file in VsCode?

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

img1

  1. Modify the vimrc file according to your needs.

Leave a Comment