VS code

  • show explorer: Ctrl + Shift + E
  • show extension: Ctrl + Shift + X
  • show Run & Debug : Ctrl + Shift + D
  • show Search: Ctrl + Shift + F
  • show Source-Control: Ctrl + Shift + G
  • show explorer: Ctrl + Shift + E
  • show explorer: Ctrl + Shift + E

Hide or show the Sidebar using a keyboard shortcut in VS Code

  • Hide Sidebar: Ctrl + B (Windows/Linux),
  • Hide Sidebar: Cmd + B (macOS.)

Jupyter Notebook

Ctrl+S : Save
ESC : Change the cell mode
A : Add a cell above
B : Add a cell below
J or down arrow key : Change a cell to below
K or up arrow key : Change a cell to above
Ctrl+Enter : Run the currently selected cell
Shift+Enter : Run the currently selected cell and insert a new cell immediately below (focus moves to new cell)
Alt+Enter : Run the currently selected cell and insert a new cell immediately below (focus remains on current cell)
dd : Delete a selected cell
z : Undo the last change
M : switch the cell type to Markdown
Y : switch the cell type to code
L : Enable/Disable line numbers

Author

Gangtai Goh

Posted on

2023-07-05

Updated on

2023-07-05

Licensed under