changed design of the columns

This commit is contained in:
Christian Lenz 2022-09-08 00:35:50 +02:00
parent 77fde44ae4
commit 49fd819565

View file

@ -14,17 +14,18 @@ This is a selection of the community's favorites (more to come).
**Windows** **Windows**
| Shortcut | Context | Description | | What | Where | How |
|---|---|---| |---|---|---|
| CTRL + Backspace | Editor | Delete word | | Delete word | Editor | CTRL + Backspace |
**VS Code** **VS Code**
| Shortcut | Context | Description | | What | Where | How |
|---|---|---| |---|---|---|
| ALT + <Arrow Left/Right> | Editor | Switch Tab | | Switch Tab | Editor | ALT + <Arrow Left/Right> |
| ALT + <Arrow Left/Right> | Go To Definition | Go Back / Forward | | Move Line Up/Down | Editor | ALT + <Arrow Up/Down> |
| ALT + <Arrow Up/Down> | Editor | Move Line Up/Down | | Copy Line Below/Above | Editor | ALT + SHIFT + <Arrow Up/Down> |
| ALT + SHIFT + <Arrow Up/Down> | Editor | Copy Line Below/Above | | Delete Line | Editor | CTRL + X (without selection) |
| CTRL + X | Editor | Delete Line | | Go Back / Forward | Go To Definition | ALT + <Arrow Left/Right> |