I want to use dvorak layout to code in vscode,but i have a mass configure file in vscode vim based on the qwerty keyboard layout and i dont want to change my configure file. So how to use dvorak when i was typing while in insert mode in vscode vim and others remain the same as before
i try to configure my .vimrc like this:
set keymap=dvorak
it works perfect in my vim editor, but it fails in my vscode vim ,why?how can i solve this?