-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
We could improve the workflow of helium by adding a set of keyboard commands. These should mainly focus on executing cells.
A command to execute the current cell (cursor position) could be created using the following snippet\
[ {"keys": ["ctrl+alt+enter"], "command": "hermes_execute_cell"} ]
in Default.sublime-keymap
Should we introduce such command?