Skip to content
Jason Fields edited this page May 23, 2025 · 4 revisions

⚠️ Disclaimer

Currently, only remap commands are recognized in .vimrc files. All other commands, such as set or if are silently ignored.

Enabling .vimrc

Add the following to settings.json, editing vim.vimrc.path appropriately:

"vim.vimrc.enable": true,
"vim.vimrc.path": "~/.vimrc",

Editing your .vimrc

Run Vim: Edit .vimrc from the command palette. This command's ID is vim.editVimrc.

Remapping keys

See :help map.txt. Not all advanced features, such as <expr>, are supported.

Clone this wiki locally