From d6365a8ef9340a7856657a0128a6db114b7e42d3 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Thu, 1 Feb 2018 22:52:04 +0800 Subject: [PATCH] vscode: format tables --- vscode.md | 108 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 57 insertions(+), 51 deletions(-) diff --git a/vscode.md b/vscode.md index 59703d9a6..0bcee9b7b 100644 --- a/vscode.md +++ b/vscode.md @@ -13,86 +13,92 @@ intro: | [Visual Studio Code](https://code.visualstudio.com/), or VSCode, is an open-source code editor. This guide targets VSCode v1.19. --- -Shortcuts ---------- +## Shortcuts + {: .-three-column} ### Command palette -| Key | Description | -| ---- | ---- | +| Key | Description | +| ----- | ----------------- | | `⇧⌘P` | Show all commands | -| `⌘P` | Show files | +| `⌘P` | Show files | + {: .-shortcuts} ### Sidebars -| Key | Description | -| ---- | ---- | -| `⌘B` | Toggle sidebar | -| ---- | ---- | -| `⇧⌘E` | Explorer | -| `⇧⌘F` | Search | -| `⇧⌘D` | Debug | -| `⇧⌘X` | Extensions | -| `⇧^G` | Git (SCM) | +| Key | Description | +| ----- | -------------- | +| `⌘B` | Toggle sidebar | +| ---- | ---- | +| `⇧⌘E` | Explorer | +| `⇧⌘F` | Search | +| `⇧⌘D` | Debug | +| `⇧⌘X` | Extensions | +| `⇧^G` | Git (SCM) | + {: .-shortcuts} ### Search -| Key | Description | -| ---- | ---- | -| `⌘F` | Find | -| `⌥⌘F` | Replace | -| ---- | ---- | -| `⇧⌘F` | Find in files | +| Key | Description | +| ----- | ---------------- | +| `⌘F` | Find | +| `⌥⌘F` | Replace | +| ---- | ---- | +| `⇧⌘F` | Find in files | | `⇧⌘H` | Replace in files | + {: .-shortcuts} ### Panel -| Key | Description | -| ---- | ---- | -| `⌘J` | Toggle panel | -| ---- | ---- | -| `⇧⌘M` | Problems | -| `⇧⌘U` | Output | -| `⇧⌘Y` | Debug console | +| Key | Description | +| -------------------------- | ------------- | +| `⌘J` | Toggle panel | +| ---- | ---- | +| `⇧⌘M` | Problems | +| `⇧⌘U` | Output | +| `⇧⌘Y` | Debug console | | ^` | Terminal | + {: .-shortcuts} ### View -| Key | Description | -| ---- | ---- | -| `⌘k` `z` | Zen mode | -| ---- | ---- | +| Key | Description | +| -------- | ---------------- | +| `⌘k` `z` | Zen mode | +| ---- | ---- | | `⌘k` `u` | Close unmodified | -| `⌘k` `w` | Close all | +| `⌘k` `w` | Close all | + {: .-shortcuts} ### Debug -| Key | Description | -| ---- | ---- | -| `F5` | Start | -| `⇧F5` | Stop | -| `⇧⌘F5` | Restart | -| ---- | ---- | -| `^F5` | Start without debugging | -| ---- | ---- | -| `F9` | Toggle breakpoint | -| ---- | ---- | -| `F10` | Step over | -| `F11` | Step into | -| `⇧F11` | Step out | -| ---- | ---- | -| `⇧⌘D` | Debug sidebar | -| `⇧⌘Y` | Debug panel | +| Key | Description | +| ------ | ----------------------- | +| `F5` | Start | +| `⇧F5` | Stop | +| `⇧⌘F5` | Restart | +| ---- | ---- | +| `^F5` | Start without debugging | +| ---- | ---- | +| `F9` | Toggle breakpoint | +| ---- | ---- | +| `F10` | Step over | +| `F11` | Step into | +| `⇧F11` | Step out | +| ---- | ---- | +| `⇧⌘D` | Debug sidebar | +| `⇧⌘Y` | Debug panel | + {: .-shortcuts} ## References -- [Keyboard shortcuts (MacOS)](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf) *(code.visualstudio.com)* -- [Keyboard shortcuts (Windows)](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf) *(code.visualstudio.com)* -- [Keyboard shortcuts (Linux)](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf) *(code.visualstudio.com)* \ No newline at end of file +* [Keyboard shortcuts (MacOS)](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf) _(code.visualstudio.com)_ +* [Keyboard shortcuts (Windows)](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf) _(code.visualstudio.com)_ +* [Keyboard shortcuts (Linux)](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf) _(code.visualstudio.com)_