Sign inGet started

Keyboard shortcuts

⌨️ General

MacWindows & LinuxAction
+ Pctrl + PShow/Hide command palette

🧱 Block actions

MacWindows & LinuxAction
+ shift + enter

Run current block and move cursor to next block

(creates a new cell if at the end of the notebook)

+ ctrl + enterRun current block
+ + .ctrl + shift + .Stop execution
+ + Hctrl + shift + HHide/Show block output
+ + Mctrl + shift + MToggle between code and Markdown block
+ + ctrl + shift + backspaceDelete block
+ + alt + shift + Move block up
+ + alt + shift + Move block down
+ + Dctrl + shift + DDuplicate block
+ Jctrl + JAdd new code block below current one
+ Kctrl + KAdd new code block above current one
+ Zctrl + ZUndo
+ + Zctrl + shift + ZRedo

✍️ Code editing

MacWindows & LinuxAction
+ Dctrl + DExpand selection (multiple cursors)
tabtab

When caret is at the beginning of a line, add indent

Otherwise, show autocomplete suggestions

+ tabshift + tabDecrease indent
+ /ctrl + /Toggle line/selection comment
+ alt + Move lines down
+ alt + Move lines up

🖥️ Terminal

MacWindows & LinuxAction
+ Cctrl + shift + CCopy selected text
+ Vctrl + shift + VPaste