mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 06:54:14 -04:00
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>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user