AudionAudion

VS Code: practical shortcuts for Audion

VSCode_Practical_Shortcuts_Audion.md

VS Code: practical shortcuts for Audion

Windows-focused cheat sheet for everyday work in Markdown, code, terminal, search, and navigation.

Markdown / Preview

ShortcutWhat it doesWhy it matters
Ctrl + Shift + VOpen Markdown PreviewQuickly view the current .md as rendered Markdown
Ctrl + K, then VOpen Markdown Preview to the sideBest mode for writing on the left and reading preview on the right
Ctrl + Alt + VPaste image from clipboard (Paste Image extension)Fast screenshot flow into Markdown notes
Ctrl + SSaveUseful even with Auto Save enabled

Search / Replace / bulk edits

ShortcutWhat it doesWhy it matters
Ctrl + FFind in current fileBasic local search
Ctrl + HReplace in current fileQuick local replacement
Ctrl + Shift + FSearch across filesSearch in Hub / project / repo
Ctrl + Shift + HReplace across filesBulk replace across the workspace
Alt + CToggle Match CaseSearch only exact letter case
Alt + WToggle Whole WordAvoid partial matches
Alt + RToggle Regular ExpressionPowerful pattern search
Ctrl + Shift + JToggle Search detailsInclude/exclude files, advanced filters
Alt + EnterOpen search results in Search EditorTurns results into an editable/searchable editor view

Terminal / command flow

ShortcutWhat it doesWhy it matters
`Ctrl + ``Toggle integrated terminalMain terminal shortcut
Ctrl + Shift + \\`Create new terminalOpen another terminal tab/session
Ctrl + IInline chat in editor or terminal (if chat/Copilot features are enabled)Optional AI assist; useful only if you actually keep chat features available
Ctrl + Alt + IOpen Chat view (if chat/Copilot features are enabled)Opens the full chat panel
ShortcutWhat it doesWhy it matters
Ctrl + BToggle SidebarMore screen space / bring Explorer back
Ctrl + Shift + EFocus ExplorerJump straight to files
Ctrl + PQuick Open fileFastest file open in large repos
Ctrl + TabSwitch between open editorsUseful with many files open
Ctrl + \\Split editorOpen a second editor pane
Ctrl + WClose active editorFast tab cleanup

Commands / settings / keybindings

ShortcutWhat it doesWhy it matters
Ctrl + Shift + PCommand PaletteThe master shortcut: almost everything starts here
Ctrl + ,Open SettingsFast access to settings UI
Ctrl + K, then Ctrl + SOpen Keyboard ShortcutsSearch, learn, and remap keys

Files / editing

ShortcutWhat it doesWhy it matters
Ctrl + SSave fileStill useful for “save now” muscle memory
Ctrl + /Toggle line commentFast commenting in many languages
Alt + Up / DownMove line up/downGreat for text, Markdown, lists, shell commands
Shift + Alt + Up / DownCopy line up/downDuplicate blocks fast
Ctrl + DAdd next match to selectionGreat for repeated word edits
Ctrl + Shift + LSelect all matches of current selectionBulk editing in one shot
F2Rename symbolSafer rename in supported languages
Ctrl + SpaceTrigger suggestionForce IntelliSense/manual completion

Git / workspace life

ShortcutWhat it doesWhy it matters
Ctrl + Shift + GOpen Source ControlQuick Git panel access
Ctrl + Shift + XOpen ExtensionsInstall/update/check extensions
  1. Ctrl + Shift + P — Command Palette
  2. Ctrl + P — open file
  3. Ctrl + Shift + V — Markdown Preview
  4. Ctrl + K, V — Preview to the side
  5. `Ctrl + `` — terminal
  6. Ctrl + Shift + F — global search
  7. Ctrl + Shift + H — replace in files
  8. Ctrl + B — sidebar
  9. Ctrl + , — settings
  10. Ctrl + K, Ctrl + S — keyboard shortcuts
  11. Ctrl + W — close editor
  12. Ctrl + Alt + V — paste image into Markdown

Notes for your setup

Alle Projekte