> For the complete documentation index, see [llms.txt](https://docs.junyangz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.junyangz.com/note/vscode-keymaps-shorcut.md).

# VScode keyboard shortcuts

<https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf>

| Keybinding | Command                              |
| ---------- | ------------------------------------ |
| ⌥⇧F        | format content                       |
| F2         | rename refactoring                   |
| ⇧⌘K        | del the entire line                  |
| ⌥↓         | move line down                       |
| ⌥↑         | move line up                         |
| ⇧⌥↓        | copy line above the current position |
| ⇧⌥↑        | copy line below the current position |
| ⌥⌘\[       | fold code                            |
| ⌥⌘]        | unfold code                          |
| F8         | navigate errors and warnings         |
| ⌘K ⌘S      | Keyboard Shortcuts                   |
