'How do I customize vim commands on VS code?

I have installed the vim extension in VS code. I like Vim's features but I don't want Vim to overwrite overwrite all my previous VS code key bindings which I felt comfortable.

I want to use vim though, but not completely. It'd be better if I could use the VS code commands as well. Something like Ctrl+K, Ctrl+O doesn't work while using Vim. And I feel that Ctrl+S is better to use than :wq. How can I make these(my existing) commands work while still using Vim?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source