Skip to content
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

Closed
huyiqun opened this issue Dec 12, 2019 · 3 comments
Closed

Navigation of Interactive Window with VIM keybindings #1217

huyiqun opened this issue Dec 12, 2019 · 3 comments
Assignees

Comments

@huyiqun
Copy link

huyiqun commented Dec 12, 2019

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

@rchiodo
Copy link
Contributor

rchiodo commented Dec 12, 2019

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.

@sickerin
Copy link

sickerin commented Jun 1, 2020

@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 Python: Convert to Python Script. Your extensions should work. Cheers

@IanMatthewHuff
Copy link
Member

Validated

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants