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

Recommended keyboard shortcuts #21

Open
seeM opened this issue Apr 25, 2023 · 0 comments
Open

Recommended keyboard shortcuts #21

seeM opened this issue Apr 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@seeM
Copy link

seeM commented Apr 25, 2023

Related to #20, we could also add recommended keyboard shortcuts that aren't in Jupyter:

  • cmd+shift+enter: Restart and rerun all cells
  • q q | cmd+enter : Run all cells
  • q a: Run cells above
  • q b: Run cell and below

Are there any preferences for what these keyboard shortcuts should be? We can include multiple too.

I personally also like these VIM-like shortcuts when in command mode:

  • g g: focus first cell
  • shift+g: focus last cell
  • ctrl+d: page up
  • ctrl+u: page down
  • h: folds selected section
  • l: unfolds selected section

Unfortunately I don't think there's a command to jump to the previous/next section heading like with Jupyter's Collapsible Headings extension.

What do you think?

@seeM seeM added the enhancement New feature or request label Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant