-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 navigation doesn't work in Jupyter Notebooks #7635
Comments
Same here. Is there any plan to support vim navigation in Jupyter? |
I encounter the same issue here on Windows. This issue is the only thing that still forces me to use a mouse when editing Jupyter Notebooks in VSCode. |
"gt" to change tabs also don't work. |
Vim should definitely be disabled in jupyter so that one can at least use emacs keybindings for things like |
Vim works only when focusing on cells. |
Describe the bug
Vim navigation doesn't work in Jupyter Notebooks.
Example of vim navigation shortcuts I tried: "
z
,z
", "ctrl
,y
" and "ctrl
,e
".To Reproduce
Create a notebook, create a new Cell, activate the Cell, add a few lines, go to the first line, switch to visual mode, press
ctrl
+e
and nothing happens.Expected behavior
Lines should move up.
Screenshots
If applicable, add screenshots to help explain your problem.
If remapping-related, please attach log output: https://github.com/VSCodeVim/Vim#debugging-remappings.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: