We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to #20, we could also add recommended keyboard shortcuts that aren't in Jupyter:
cmd+shift+enter
q q
cmd+enter
q a
q b
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
shift+g
ctrl+d
ctrl+u
h
l
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Related to #20, we could also add recommended keyboard shortcuts that aren't in Jupyter:
cmd+shift+enter
: Restart and rerun all cellsq q
|cmd+enter
: Run all cellsq a
: Run cells aboveq b
: Run cell and belowAre 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 cellshift+g
: focus last cellctrl+d
: page upctrl+u
: page downh
: folds selected sectionl
: unfolds selected sectionUnfortunately 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?
The text was updated successfully, but these errors were encountered: