We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
What happened: When using multi-cursor & jk to exit insert mode, the first cursor is out of alignment with the others.
What did you expect to happen: All of the cursors should be in the same position & behave the same.
How to reproduce it (as minimally and precisely as possible):
User settings:
... "vim.insertModeKeyBindings": [{ "before": ["j", "k"], "after": ["<Esc>"] }], ...
keybindings.json
{ "key":"ctrl+k", "command":"editor.action.insertCursorAbove", "when": "editorTextFocus" }, { "key":"ctrl+j", "command":"editor.action.insertCursorBelow", "when": "editorTextFocus" }
Environment:
The text was updated successfully, but these errors were encountered:
I'm also experiencing this issue on Linux using the latest vscode.
@vivlim thanks for the great keybinds for multi cursor, I struggled to come up with some that felt natural.
Sorry, something went wrong.
Ditto. This is the only thing keeping me from using vscodevim. I heavily rely on multiple cursors and vim. For now I will stick with amVim.
b64b19e
Merge pull request #3131 from donald93/FixForMulticursorJkKeyBindingI…
28b1504
…ssue Fix for #2752
This issue is still happening if the cursors are on the same line and they are not on the end of the line
No branches or pull requests
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
What happened: When using multi-cursor & jk to exit insert mode, the first cursor is out of alignment with the others.
What did you expect to happen: All of the cursors should be in the same position & behave the same.
How to reproduce it (as minimally and precisely as possible):
User settings:
keybindings.json
Environment:
The text was updated successfully, but these errors were encountered: