VS Code keyboard shortcuts

C-P ? = Command pallet help
C-, = Configure

Layout
C-K Z = Zen mode
C-K O = new window
C-B = left pane
C-J = bottom pane
C-` = terminal

Popups
C-K C-I = Info (hover)
C-S-spc = Parameter Hints
C-spc = Suggest
C-. = Code actions

format
C-K C-F = format selection
C-S-I = format document
A-Q = format comment
S-enter = format line (vscode-emacs-tab)

Navigate
C-S-E = explore
C-P = search for file
C-S-. = navigate breadcrumbs
C-S-O = Go to symbol
C-K C-L = Toggle folding
C-PgDn = Next tab

Run
C-S-B

π