From 0c0575eec985f5fe25dbb1d61f1bd41fb1b01288 Mon Sep 17 00:00:00 2001 From: Christian Lenz Date: Fri, 23 Sep 2022 08:44:00 +0200 Subject: [PATCH] added shortcuts taken from BCTechDays session --- content/docs/BestPractices/keyboard-shortcuts/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/docs/BestPractices/keyboard-shortcuts/index.md b/content/docs/BestPractices/keyboard-shortcuts/index.md index 9a9a081b..a9b15863 100644 --- a/content/docs/BestPractices/keyboard-shortcuts/index.md +++ b/content/docs/BestPractices/keyboard-shortcuts/index.md @@ -27,5 +27,13 @@ This is a selection of the community's favorites (more to come). | Move Line Up/Down | Editor | ALT + | | Copy Line Below/Above | Editor | ALT + SHIFT + | | Delete Line | Editor | CTRL + X (without selection) | +| Add Selection To Next Match | Editor | CTRL + D | +| Select All Occurences Of Find Match | Editor | CTRL + SHIFT + L | +| Add Cursors To Line Ends | Editor | SHIFT + ALT + I (after selecting lines) | +| Add Cursor Above/Below | Editor | CTRL + ALT + | +| Place Multiple Cursors Manually | Editor | ALT + Click | +| Fast Scrolling | Editor | ALT + Mouse Wheel | +| Go To Symbol In File | Editor | CTRL + SHIFT + O | +| Breadcrumbs - Open And Select | Editor | CTRL + SHIFT + . | | Go Back / Forward | Go To Definition | ALT + |