⌨
Keyboard Shortcuts
The CNext shortcut keys
This page will provide a quick overview of the commands available within CNext.
CNext provides users with the ability to group a set of lines in to a cell. Cells can then be run individually or sequentially. The UI also allows users to run individual cells as well.
All shortcut keys are defined in file
./config.json
. Windows machines - Ctrl
Mac machines - Cmd
- Ctrl | Cmd + G - create a new group on selected lines or the line where the cursor is
- Ctrl | Cmd + U - ungroup a grouped line
- Ctrl | Cmd + Shift + G - insert a blank group below
- Ctrl | Cmd + Shift + L - insert a blank line below
- Ctrl | Cmd + Enter - execute the group or line where the cursor is
- Ctrl | Cmd + Shift + Enter - execute the group then move the cursor to the next group
- *Shift + A - turn on/off code auto-completion
- *Shift + L - turn on/off code analysis
- Ctrl | Cmd + Shift + F - fold all code including grouped code
- Ctrl | Cmd + Shift + U - unfold all code including grouped code
- Ctrl | Cmd + Shift + C - fold a code section
- Ctrl | Cmd + Shift + V - unfold a code section
Items with an (*) are still in development on our side
Last modified 5mo ago