Updating...
Youtube
- pause/unpause: k
- full screen: f
Chrome
see more here
- Windows: Alt+Tab
- Open new tab in new window: Ctrl+N
- Open new tab in the current window: Ctrl+T
- Close tab: Ctrl+W
- Move to the next tab in list: Ctrl+Tab
- Move to the prior tab in list: Ctrl+Shift+Tab
- Move to first tab: Ctrl+1
- Move to last tab: Ctrl+9
- Move to previous tab in history: Alt + Lelf arrow
- Move to previous tab in history: Alt + Right arrow
- Open History: Ctrl+H
- Open Downloads: Ctrl+J
Cmd
- Current directory: pwd
- list of files: dir
- Go to some folder: cd ...
- Go to previous folder: cd -
- Go to home folder: cd ~
- Go to root folder: cd /
- Run Python script: Go to the directory of the script and type: Python script_name.py
- clear: reset /
JupyterLab
Command Mode: Esc
- New above cell: a
- New below cell: b
- Delete cell: dd
- Rerun all cells: 00
- Change to Markdown mode: m
- Change to Code mode: y
Edit Mode: Enter
- Run that cell: Ctr+Enter
- Run that cell and open new cell: Alt+Enter
- Rerun that cell and move to next cell: Shift+Enter