From 67a6d8f9f2284e278223bb58246971b03ed61cf8 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Fri, 16 Oct 2020 11:58:46 -0300 Subject: [PATCH] add(new): More shortcut keys. --- book/chapter-06-gbapp-reference.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/book/chapter-06-gbapp-reference.md b/book/chapter-06-gbapp-reference.md index eb52f70f..8b0c70f4 100644 --- a/book/chapter-06-gbapp-reference.md +++ b/book/chapter-06-gbapp-reference.md @@ -181,6 +181,10 @@ This in some way contributes to a better understanding of how it works. | CTRL + SHIFT + B | Compile inside VSCode, you can also open an external terminal and run tsc -w. | | CTRL + G | Go to the specified line. | | CTRL + SHIFT + G | Goes to Git. | +| CTRL + SHIFT+P | Opens the Command Palette | +| CTRL + ALT+UP/DOWN ARROW | Enter the Vertical Selection mode | +| ALT + UP/DOWN ARROW | Move lines | + ### Visual Studio Code Extensions