I installed the Vim extension from vs code marketplace just today to use it. I wanted to use Vim's shorctuts for modifying the code. I was unaware that using Vim would disable me to use VS code's shortcuts like Ctrl + K , Ctrl + O
which opens a folder. How can I solve this issue?
Asked
Active
Viewed 507 times
0
-
You can re-define those keyboard shortcuts. See here: https://stackoverflow.com/a/43206060/2295034 – Jonathan.Brink Mar 11 '22 at 15:45
-
I doubt the extension has anything to do with Vim itself; it's just providing VSC shortcuts that mirror Vim commands. – chepner Mar 11 '22 at 15:51