-
Notifications
You must be signed in to change notification settings - Fork 334
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
Hydrogen keybindings #304
Comments
For me I have For
I like this idea, but is there an easy way of changing between two sets of keybindings in atom? |
On 21/06/16 23:11, Lukas Geiger wrote:
It's assigned to
alt-i is free in linux
shit-ctrl-b would work in linux
I don't know if there is an API to do this dynamically, but if there isn't, we can hack our way like this:
|
We can rename the keymaps folder (so no keymaps are loaded by default) and use |
What would be the drawbacks of activating Hydrogen on startup? I guess we could do something like this:
Relevant links: |
@lgeiger The main problem I see with the At the moment I think that the hacky way I proposed above is easier. |
You're right. With |
Moving the discussion from here and here.
Shall we add a setting to enable the keybindings that we would like to introduce in Hydrogen v1.0.0?
?
hydrogen:inspect
C-enter
hydrogen:run
S-enter
hydrogen:run-and-move-down
A-C-enter
hydrogen:run-cell
A-S-enter
hydrogen:run-cell-and-move-down
?
hydrogen:add-break-point
S-backspace
hydrogen:remove-latest-break-point
S-A-backspace
hydrogen:remove-all-break-points
?
hydrogen:clear-results
A-S-C-enter
hydrogen:run-all
Currently, we're shadowing
S-C-enter
hydrogen:run-and-move-down
editor:newline-above
C-backspace
hydrogen:clear-results
editor:delete-to-beginning-of-word
The text was updated successfully, but these errors were encountered: