The keybindings we contribute to VSCode are very inconsistent, particularly the "when" expressions. Why do some take into account vim.use<key> and others don't? Why do some exclude/include certain modes? This all makes the remapping system opaque and confusing for users.
The keybindings we contribute to VSCode are very inconsistent, particularly the "when" expressions. Why do some take into account
vim.use<key>and others don't? Why do some exclude/include certain modes? This all makes the remapping system opaque and confusing for users.