You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/vscode.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@
6
6
7
7
#### General
8
8
9
-
-`Ctrl`+`Shift`+`P`, `F1`: Show Command Palette
9
+
-`Ctrl`+`Shift`+`P`, `F1`: Show Command Palette
10
+
-`Ctrl`+`Shift`+`T`: Open last closed tab
10
11
-`Ctrl`+`P`: Quick Open, Go to File
11
12
-`Ctrl`+`Shift`+`N`: New window/instance
12
13
-`Ctrl`+`W`: Close window/instance
@@ -19,7 +20,7 @@
19
20
-`Ctrl`+`C`: Copy line (empty selection)
20
21
-`Ctrl`+`↓/↑`: Move line down / up
21
22
-`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
23
24
-`Ctrl`+`Shift`+`\`: Jump to matching bracket
24
25
-`Ctrl`+`]` / `Ctrl`+`[`: Indent / Outdent line
25
26
-`Ctrl`+`Home` / `End`: Go to beginning / end of file
@@ -136,7 +137,7 @@
136
137
137
138
-[`Wrap Console Log`](https://marketplace.visualstudio.com/items?itemName=midnightsyntax.vscode-wrap-console-log): Wrap to console.log by word or selection.
138
139
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.
0 commit comments