-
Notifications
You must be signed in to change notification settings - Fork 3
Keyboard Shortcuts
Jon edited this page Jun 24, 2020
·
8 revisions
Shortcut | Meaning |
---|---|
Space | add token after focused node |
Shift Space | insert token before focused node |
Tab | nest focused node |
Up | move to parent expression |
Left | move to previous brother node accordingly |
Right | move to next brother node accordingly |
Command e | Go to namespace |
Command Shift e | Evaluate code(when REPL is connected) |
Command .
|
Activate "Picker Mode" |
Shortcut | Meaning |
---|---|
Shift Tab | unfold expression with only 1 token |
Enter | add token after focus |
Shift Enter | insert token before focus |
Backspace | remove focused token if empty |
Command d | goto definition |
Command b | peek definition |
Command Shift v | paste expression and replace current token |
Command Shift d | create as a definition |
Command / | search text in docs |
Command Enter | insert token before focused expression |
Command Shift Enter | insert token after focused expression |
Shortcut | Meaning |
---|---|
Shift Tab | unfold focused expression |
Enter | add expression after focused expression |
Shift Enter | insert expression after focused expression |
Command Enter | prepend token inside focused expression |
Command Shift Enter | append token inside focused expression |
Backspace | remove focused expression |
Down | move to first child of expression |
Shift Down | move to last child of expression |
Command b | duplicate focused expression |
Command c | copy focused expression |
Command d | create definition with expression |
Command v | paste to focused node |
Command x | cut focused expression |
Shortcut | Meaning |
---|---|
Command j | goto definition below on the sidebar |
Command k | goto definition above on the sidebar |
Command i | remove current definition from sidebar |
Command p | open command palette |
Esc | close command palette |
Command Shift f | goto files |