I am trying to learn to use Vim using VSCode. I have added the VSCode extension in order to use Vim. But the main problem I am facing is that I find it difficult to navigate while being in inserting mode.
I have found that a lot of people have fixed this by adding a remap of the 'ctrl-j', 'ctrl-h',.. keys in order to move the cursor in insert mode.
I cannot find a solution to get this working in VSCode. I know that there is an option to add remaps in the 'settings.json' file. Inside this file there is a variable called 'vim.normalModeKeyBindings'. But I cannot get these maps to work.