Replies: 1 comment
-
I've solved it adding this statements under keybindings.json {
"key": "up",
"command": "vim.remap",
"when": "vim.mode == 'Normal'",
"args": {
"after": ["<C-w>", "-"]
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to use the same pattern that i have in my vim configuration:
and that's what I've written in my vscode setting file:
"vim.useCtrlKeys": true,
is enabledbut it isn't working, any ideas?
Beta Was this translation helpful? Give feedback.
All reactions