-
Notifications
You must be signed in to change notification settings - Fork 31k
New issue
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
Vim undo and redo shortcuts not working #136245
Comments
I actually just found a workaround for this though it would be nice if enabled by default. Following this post I added the following
to my settings.json (open command palette and search for Open Settings (Json) to edit). |
VIM support would be handled by VS code itself. Jupyter extension doesn't do anything special here. |
Hi, hope it works for your too. |
This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the marketplace for VS Code. See also our issue reporting guidelines. If you don't know which extension is causing the problem, you can run Happy Coding! |
Same issue as microsoft/vscode-jupyter#4581 but it still isn't resolved and I can't reopen or comment on the old ticket.
Environment data
Expected behaviour
If you make some changes in a cell, e.g.
dd
to delete a line then normally in vim you can pressu
to undo the change andctrl-R
to redo the change.Actual behaviour
But this doesn't work and you have to use the standard
Cmd-z
vscode shortcut to undo andShift-Cmd-Z
to redo.Steps to reproduce:
Open a jupyter notebook with vscodevim extension installed. Go into a cell. Make a change. Press
Esc
. Pressu
to undo the change.The text was updated successfully, but these errors were encountered: