VSCode Reference
| Activity | Command Sequence |
|---|---|
| Open/Hide side/activity bar | CTRL B |
| Open/Hid Terminal/Problem/debug console | CTRL ~ |
| Detach current session and let it run in background | CTRL-b d |
| Reattach to a specific session | tmux attach-session -t session-name |