Using VSCode When You're Used to Vim & NerdTree
Thu, Aug 22, 2019 in /coder/Blog Series: "From Vim to VSCode"
First, make it more like Vim
My frst step for any IDE setup is to make it more like Vim using whichever extension/plugin they have to offer :)
(you can even do this with browser text fields via wasavi)
So, for VSCode I used the main vim plugin,
and then added the following keybindings.json and settings.json which are found at ~/.config/Code/User/
…