Note, if you are on a Mac, substitute command for control. Don't type the + (it means press both keys at once).
-
Shift+Enterrun selected cells -
Ctrl+Ssave and checkpoint -
Ctrl+Shift+Ssave as -
Ctrl+Btoggles hide/show left sidebar
-
Scroll up with the up arrow
-
Scroll down with the down arrow
-
Ainsert a new cell above the active cell -
Binsert a new cell below the active cell -
Mmake the active cell a Markdown cell -
Ymake the active cell a code cell -
Shift+Up Arrowselect the current cell and the cell above -
Shift+Down Arrowselect the current cell and the cell below -
Xcut the selected cell or cells -
Ccopy the selected cell or cells -
Vpaste the cell(s) which were copied or cut most recently -
Shift + Mmerge multiple selected cells into one cell -
DD(D twice) delete the active cell -
Zundo most recent command mode action
-
Esctakes you into command mode -
Tabcode completion (or indent if at start of line) -
Shift+Tabtooltip help -
Ctrl+Shift+-split the active cell at the cursor
The usual commands for code editors:
-
Ctrl+]indent -
Ctrl+[dedent -
Ctrl+Aselect all -
Ctrl+Zundo