diff options
| author | Parker Burnett <burnettparker@gmail.com> | 2022-07-11 17:27:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-11 20:27:49 -0400 |
| commit | 3503163a640cd19f1788a58ec5abb7a57ea53b2c (patch) | |
| tree | 1c6bb3b7b375818b9f5f91a094ed5b27d5a9f56f /docs/tutorial/vscode.md | |
| parent | 54957f8735051610ba97d40467dd008fa1870ca2 (diff) | |
Adding Git information to tutorial (#862)
* Adding an intro to git with helpful commands for someone unfamiliar
with git.
Co-authored by: EllipticEllipsis <elliptic.ellipsis@gmail.com>
* Adding an intro to git with helpful commands for someone unfamiliar
with git.
Co-authored-by: EllipticEllipsis <elliptic.ellipsis@gmail.com>
* ovl_Obj_Y2lift decompiled (#856)
* ovl_Obj_Y2lift decompiled
* format
* pr review fixes
* clean up
Co-authored-by: SonicDcer <noreply@github.com>
* Formating files and moving contributing.md
Also fixes links.
* Adding an intro to git with helpful commands for someone unfamiliar
with git.
formating files too
Co-authored-by: EllipticEllipsis <elliptic.ellipsis@gmail.com>
* pr fixes
Co-authored-by: EllipticEllipsis <elliptic.ellipsis@gmail.com>
Co-authored-by: Alejandro Asenjo <96613413+sonicdcer@users.noreply.github.com>
Co-authored-by: SonicDcer <noreply@github.com>
Diffstat (limited to 'docs/tutorial/vscode.md')
| -rw-r--r-- | docs/tutorial/vscode.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/tutorial/vscode.md b/docs/tutorial/vscode.md index 91f2f659c..288bf0e48 100644 --- a/docs/tutorial/vscode.md +++ b/docs/tutorial/vscode.md @@ -1,6 +1,6 @@ # VSCode -A lot of people on this project use VSCode as their coding environment. +A lot of people on this project use VSCode as their coding environment. ## Extensions @@ -13,10 +13,7 @@ There are a number of useful extensions available to make work more efficient: - ~~bracket pair colorizer 2~~ (now obsolete due to VSCode's built-in bracket colouring) - Better MIPS Support - - - -## Useful stuff to know: +## Useful stuff to know - Ctrl + Alt + Up/Down (on Windows, on Linux it's Ctrl + Shift + Up/Down or Shift + Alt + Up/Down) gives multicursors across consecutive lines. If you want several cursors in a more diverse arrangement, middle clicking works, at least on Windows. - Alt + Up/Down moves lines up/down. |
