From ec8cdb32bdd4fdb9c4f8596d3d421a8bdd09b676 Mon Sep 17 00:00:00 2001 From: Anna Geller Date: Wed, 9 Aug 2023 15:03:18 +0200 Subject: [PATCH] Update 01.fundamentals.md --- content/docs/02.tutorial/01.fundamentals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/02.tutorial/01.fundamentals.md b/content/docs/02.tutorial/01.fundamentals.md index 0d518fe10d..4a9b0dc123 100644 --- a/content/docs/02.tutorial/01.fundamentals.md +++ b/content/docs/02.tutorial/01.fundamentals.md @@ -39,7 +39,7 @@ tasks: ``` ::alert{type="info"} -At the moment of writing this guide, [Kestra has 290+ tasks](../../plugins/index.md), which can be challenging to remember. That's why we provide an auto-completion feature to help you find the Task you need. Use the shortcut `CTRL or ⌘ + SPACE` to activate it. +At the moment of writing this guide, [Kestra has 290+ tasks](../../plugins/index.md), which can be challenging to remember. That's why we provide an auto-completion feature to help you find the Task you need. Use the shortcut `CTRL or ⌘ + SPACE` to activate it. If you want to **comment out** some part of your code, you can use the `CTRL or ⌘ + K + C` shortcut, and to uncomment it, use `CTRL or ⌘ + K + U`. To remember it, `C` stands for `comment` and `U` stands for `uncomment`. :: ![Autocompletion](/docs/tutorial/fundamentals/autocomplete.gif)