Keyboard shortcuts

Essential keyboard shortcuts for efficient navigation and cell management in Livedocs

Keyboard Shortcuts

Livedocs has two main modes for working in the editor:

  1. Edit Mode – When typing inside a cell, shortcuts are disabled so they don’t interfere with your work.
  2. Command Mode – When navigating between cells or managing the notebook. Most shortcuts are available here.

You can see your current mode in the bottom-left corner of the editor.

  • Exit Edit Mode – Press Esc.
  • Enter Edit Mode – Click inside a cell or start typing.

Common Shortcuts

ActionShortcut
Run cell, move to nextShift + Enter
Run cellCtrl + Enter
Run cell without cacheCtrl + Shift + Enter
Navigate downj
Navigate upk
Add Python cellb
Add SQL cellq
Add text cellm
Add chart cellv
Add table cellt
Add prompt cellp
Delete celld d
Toggle cell outputo
Collapse/expand cellc
Toggle sidekicks
Open share modalCtrl + Shift + s
Show keyboard shortcuts?

Tips for Using Shortcuts Effectively

  • Stay in command mode when navigating and managing your notebook for faster workflows.
  • Use Run cell without cache when you want fresh data without modifying your query.
  • Memorize cell creation shortcuts (b, q, m, v, t, p) to speed up notebook building.
  • Double d is the quickest way to delete a cell.

You can view the full list of keyboard shortcuts anytime in doc settings (click the settings cog in the left sidebar).