Livebook highly embraces keyboard navigation to improve your productivity.
It operates in one of two modes similarly to the Vim text editor.
In navigation mode
you move around
the notebook and execute commands, whereas in the
insert mode
you have editor focus and directly modify the given cell content.
Navigation mode
?
Open this help modal
j
Focus cell below
k
Focus cell above
J
Move cell down
K
Move cell up
i
Switch to insert mode
n
Insert Code cell below
m
Insert Markdown cell below
N
Insert Code cell above
M
Insert Markdown cell above
c
Expand/collapse section
C
Expand/collapse all sections
vz
Toggle code zen view
vp
Toggle presentation view
vc
Toggle custom view
dd
Delete cell
ee
Evaluate cell
es
Evaluate section
ea
Evaluate all outdated cells
ex
Cancel cell evaluation
so
Toggle outline panel
su
Toggle users panel
ss
Toggle secrets panel
sr
Show runtime panel
sb
Show bin
sp
Show package search
00
Reconnect current runtime
ctrlk
Toggle keyboard control in cell output
Insert mode
Shortcuts in the code editor match Visual Studio Code. Here is a summary (US keyboard layout).