-
Notifications
You must be signed in to change notification settings - Fork 293
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
Navigation of Interactive Window with VIM keybindings #1217
Comments
Sorry but the interactive window does not currently support VIM key bindings. Navigation is either with the arrow keys directly (if it has focus) or using your mouse. |
@huyiqun although not perfect. one way to get around this is to convert it to a py script, which you can kind of run it like a Jupyter notebook, https://code.visualstudio.com/docs/python/jupyter-support-py. The command is |
Validated |
Feature: Notebook Editor, Interactive Window, Python Editor cells
Description
What is an easy way to navigate the Interactive Window? I tried to look for information on this, but could not find any, not sure if such functionality already exists.
My typical work flow would be writing some code in the editor, and do "run selection" to invoke the Interactive Window. Sometimes when the output is too long, or when I need to go back to previous cells, I have to switch to the mouse or the arrow keys. Is there a way to achieve these using the VIM keybindings?
(The jupyter notebook allows to choose a certain keybinding, though sometimes it is also hard to use, but better than nothing I guess.)
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer
The text was updated successfully, but these errors were encountered: