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 beginning of next block that can be executed after Ctrl-Enter #24

Closed
davidanthoff opened this issue Sep 11, 2015 · 3 comments

Comments

@davidanthoff
Copy link
Contributor

This is essentially the RStudio behavior, super convenient, because one can run a whole file by just repeatedly hitting Ctrl-Enter.

@MikeInnes
Copy link
Member

It's sometimes nice to have the cursor stay put too, though, if you're working on a single expression.

In Juno/LT we had "Eval + Move" bound to Shift-Enter – the same as IPython, effectively – so I think it'd be nice to have that in Atom as well.

@davidanthoff
Copy link
Contributor Author

Yes, having both would be ideal, and matching IPython would be great.

@MikeInnes
Copy link
Member

Just implemented this!

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

2 participants