Show Menu
Cheatography

MS Fabric Notebook Keyboard Shortcuts Cheat Sheet (DRAFT) by

Shortcuts from the View menu, Keyboard shortcuts. For official documentation see https://learn.microsoft.com/en-us/fabric/data-engineering/author-execute-notebook.

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Command Mode (press ESC to enable)

Focus editor
Enter
Save notebook
Ctrl + S, S
Execute cell
Ctrl + Enter
Execute all cells
Alt + R
Execute cell then select cell below
Shift + Enter
Execute cell then insert code cell below
Alt + Enter
Execute cell then insert Markdown cell below
Ctrl + Alt + Enter
Change cell type to code
Y
Change cell type to Markdown
M
Markdown heading level 1 to 6
1/2/3/­4/5/6
Focus above
Up, K
Focus below
Down, J
Multi-­select cell above
Shift + Up, Shift + K
Multi-­select cell below
Shift + Down, Shift + J
Cancel cell multi-­sel­ection
Esc
Insert cell above
A, Alt + A
Insert cell below
B, Alt + B
Insert Markdown cell above
Ctrl + Shift + A
Insert Markdown Cell below
Ctrl + Shift + B
Cut cell
X
Copy cell
C
Paste cell above
Shift + V
Paste cell below
V
Delete cell
D D
Undo cell operation
Z
Redo cell operation
Shift + Z
Move cell up
Ctrl + Up, Ctrl + K
Move cell down
Ctrl + Down, Ctrl + J
Merge with previous cell
Ctrl + Alt + Shift + M
Merge with next cell
Ctrl + Alt + M
 

Command Mode | Notebook

Clear output
Alt + Del
Toggle output
O
Toggle output scrolling
Shift + O
Scroll notebook up
Shift + Space
Scroll notebook down
Space
Interrupt kernel
I I
Restart kernel
0 0
Open find & replace
Ctrl + F, Ctrl + H
Select the next search result
Ctrl + G
Select the previous search result
Ctrl + Shift + G
Collapse section
Ctrl + [
Collapse all sections
Ctrl + Shift + [
Expand section
Ctrl + ]
Expand all sections
Ctrl + Shift + ]
Use Copilot for generating code in cell
Ctrl + 8
Insert code cell with Copilot below
Ctrl + Shift + 8
Execute cell and insert code cell will Copilot below
Ctrl + Shift + Enter
Switch keybin­dings mode
Ctrl + Alt + B