s1dharth
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created pycharm vim extension: How to remap “k+j” to Escape key?
I wanted to know how I can use the same setting in pycharm as in VSCode. "vim.insertModeKeyBindings": [ { "before": ["k", "j"], "after": ["<Esc>"] } ]*vscode setting to chan...