Skip to content

Commit 559d03e

Browse files
authored
Merge pull request #372 from cunnellp5/cunnellp/vscode/add-command-and-cleanup-spaces
updates vscode cheat sheet
2 parents d143c60 + bea7516 commit 559d03e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tools/vscode.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
#### General
88

9-
- `Ctrl`+`Shift`+`P`, `F1`: Show Command Palette
9+
- `Ctrl`+`Shift`+`P`, `F1`: Show Command Palette
10+
- `Ctrl`+`Shift`+`T`: Open last closed tab
1011
- `Ctrl`+`P`: Quick Open, Go to File
1112
- `Ctrl`+`Shift`+`N`: New window/instance
1213
- `Ctrl`+`W`: Close window/instance
@@ -19,7 +20,7 @@
1920
- `Ctrl`+`C`: Copy line (empty selection)
2021
- `Ctrl`+`↓/↑`: Move line down / up
2122
- `Ctrl`+`Shift`+`K`: Delete line
22-
- `Ctrl`+`Enter` / `Ctrl`+`Shift`+`Enter`: Insert line below / above
23+
- `Ctrl`+`Enter` / `Ctrl`+`Shift`+`Enter`: Insert line below / above
2324
- `Ctrl`+`Shift`+`\`: Jump to matching bracket
2425
- `Ctrl`+`]` / `Ctrl`+`[`: Indent / Outdent line
2526
- `Ctrl`+`Home` / `End`: Go to beginning / end of file
@@ -136,7 +137,7 @@
136137

137138
- [`Wrap Console Log`](https://marketplace.visualstudio.com/items?itemName=midnightsyntax.vscode-wrap-console-log): Wrap to console.log by word or selection.
138139

139-
- [`Bracket Pair Colorizer`](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer): Allows matching brackets to be identified with colours.
140+
- [`Bracket Pair Colorizer`](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer): Allows matching brackets to be identified with colours.
140141

141142
## My Settings
142143

0 commit comments

Comments
 (0)