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

Move cursor to next cell when executing a code cell #863

Closed
davidanthoff opened this issue Sep 21, 2019 · 4 comments
Closed

Move cursor to next cell when executing a code cell #863

davidanthoff opened this issue Sep 21, 2019 · 4 comments

Comments

@davidanthoff
Copy link
Member

Also, on my system execute cell does not move cursor to next cell. That would be great to have as well as a shortcut to move to cell up/down with cursor.

Originally posted by @phlavenk in #858 (comment)

@davidanthoff davidanthoff added this to the Backlog milestone Sep 21, 2019
@ZacLN ZacLN mentioned this issue Dec 17, 2019
@ZacLN ZacLN closed this as completed Jan 22, 2020
@dgleich
Copy link

dgleich commented May 18, 2020

Would you be receptive to making this optional? I actually don't like to to advance to the next cell when running...

Using there are two commands: run and step, and just run. (Atom/Juno uses Alt-Enter for run, Alt-Shift-Enter for run and step to next...)

Seems like an easy change... :)

@davidanthoff
Copy link
Member Author

Yes, we should add different commands that execute and execute&move.

Finding key bindings for them will be much more difficult because they are scarce, but we can worry about that once we have the basic functionality.

@dgleich
Copy link

dgleich commented Aug 20, 2020

Seems like this is here now, but there is no default keybinding... I guess I'm unusual in that I like running the same cell over and over...

  • Alt+Enter
  • Shift+Enter

currently do the same thing.

Is the goal to hold off on finding keycaps for these until some of the notebook stuff is done? I'm teaching a class soon and was checking to see if I could switch over my intro to vscode vs. Atom... having 50 students setup a new keybinding as the first step isn't always the most fun thing to do...

@davidanthoff
Copy link
Member Author

Yes, the current plan is to sort this out once the notebook stuff ships in VS Code. I don't know when that is going to be...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants