I wanted to know how I can use the same setting in pycharm as in VSCode.
"vim.insertModeKeyBindings": [
{
"before": ["k", "j"],
"after": ["<Esc>"]
}
]
I wanted to know how I can use the same setting in pycharm as in VSCode.
"vim.insertModeKeyBindings": [
{
"before": ["k", "j"],
"after": ["<Esc>"]
}
]