Keyboard shortcuts

This page lists the default keyboard shortcuts in Pluto. The keys shown below adapt to your system.

Running cells
ShiftEnter Run cell
Enter Run cell and add cell below
S Submit all changes
Editing
Tab / ShiftTab Indent / outdent
M Toggle markdown
/ Toggle comment
D Select word / next occurrence
ShiftD Unselect previous occurrence
Cell actions
Delete or Backspace Delete empty cell
โ†‘ Move line/cell up
โ†“ Move line/cell down
click Jump to definition
[ Hide cell code
] Show cell code
Q Interrupt notebook
Clipboard
C Copy selected cells
X Cut selected cells
V Paste selected cells
Navigation
Page Up / fnโ†‘ Jump to cell above
Page Down / fnโ†“ Jump to cell below
Help
F1 or ? Show keyboard tips

View this list in Pluto

Press F1 or ? in Pluto to see a pop-up with the most important tips.

You can navigate between cell inputs using the arrow keys: when your cursor is at the beginning or end of a cell, you can use additional arrow key presses to navigate to the next or previous cell.

You can also use fnโ†‘ and fnโ†“ (on Mac) or Page Up and Page Down to jump between cells directly.

Keyboard-only navigation

Pluto can be used in keyboard-only mode, using tabbing navigation. Use Tab to move focus to the next element. Inside the code editor press Esc first, then Tab, because Tab alone indents your code. Use ShiftTab to move focus back.

Keyboard-only navigation is important for accessibility, so if you find a UI element that has poor keyboard access, please let us know!