From 6c5588a0d35ba823b66b3539bc2aa6de2b070f27 Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:37:58 +0000 Subject: [PATCH] feat: use shorthand mnemonic for Norm Co-authored-by: TornaxO7 --- book/src/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/getting-started.md b/book/src/getting-started.md index c2257e2eb37d..bacab0dd6403 100644 --- a/book/src/getting-started.md +++ b/book/src/getting-started.md @@ -6,7 +6,7 @@ To get started check out the [installation instructions](/install.md) in order t Create a new text file and open it with Helix by running `hx file.txt`. -In the bottom left corner, you'll notice a `NOR`, which indicates that you are currently in Normal mode. +In the bottom left corner, you'll notice a `NOR`, which indicates that you are currently in **Nor**mal mode. In this mode, typing letters like e and n won't insert them as text, but rather have specific _commands_ which we will explore later.