Learn how to create custom mappings in VSCodeVim. Custom mappings are custom key combinations that map to Vim (or VSCode) features.
In this video you'll learn how to:
Map J to 5j and K to 5k
Keep the functionality of J (joining lines) near by remapping it to (Leader)j
What is the (Leader) key and how to customize it
Map jk to ESC so that you can exit insert mode swift like the wind
In general, create custom mappings when you want to bring some useful or often used feature within Vim to your finger tips. Prefer using the leader key for custom mappings but you can override some of Vim default bindings if you don't use them often.
For more info, check out this complete guide to Vim in VSCode: https://www.barbarianmeetscoding.com/...