问题
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 :
- Open VScode and go to settings.
- Type
vimrc - Enable
Use Keymappings from a .vimrc file
- Modify the vimrc file according to your needs.
来源:https://stackoverflow.com/questions/63017771/how-to-modify-change-the-vimrc-file-in-vscode