Shortcuts
Description | Keys |
---|---|
Autocomplete code | Tab |
Run current cell | Shift + Enter |
Get help on current function call | Shift + Tab |
Hide sidebar | Command + B |
Comment or uncomment code | Command + / |
For windows replace Command with Control
Vim Mode
If you are familiar with Vim, there is also a Vim mode that you may find useful.
Description | Keys |
---|---|
Enter Vim Mode | Esc |
Insert cell below | B |
Delete current cell | DD |