From 15e1a0ebf297cf53b02872f7161f2d9e02b9f18b Mon Sep 17 00:00:00 2001
From: n0s4 <joemckay3006@gmail.com>
Date: Fri, 17 Jun 2022 17:25:02 +0100
Subject: [PATCH] Move COLLAPSING SELECTION to MOTIONS AND SELECTIONS.

Also had to do a little rewording to fit the recap for MOTIONS AND SELECTIONS.
---
 runtime/tutor.txt | 58 +++++++++++++++++++++++------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

diff --git a/runtime/tutor.txt b/runtime/tutor.txt
index b49a1ab4..dc678712 100644
--- a/runtime/tutor.txt
+++ b/runtime/tutor.txt
@@ -350,6 +350,28 @@ _________________________________________________________________
  NOTE: X works similarly to x although it does not extend to
        subsequent lines. X on an empty line does nothing.
 
+=================================================================
+=                   3.7 COLLAPSING SELECTIONS                   =
+=================================================================
+
+ Type ; to collapse selections to single cursors.
+
+ Sometimes, you want to deselect without having to move the
+ cursor(s). This can be done using the ; key.
+
+ 1. Move the cursor to the line below marked -->.
+ 2. Use the motions you have learned to move around the line,
+    and try using ; to deselect the text after it is selected
+    by the motions.
+
+ --> This is an error-free line with words to move around in.
+
+ NOTE: This works the same in select mode.
+
+
+
+
+
 =================================================================
 =                        CHAPTER 3 RECAP                        =
 =================================================================
@@ -359,10 +381,8 @@ _________________________________________________________________
    * Type b to select backward to the start of the current word.
    * Use uppercase counterparts, W,E,B, to traverse WORDS.
 
- * Typing d deletes the entire selection, so you can delete a
-   word forward by typing wd.
-
- * Type c to delete the selection and enter Insert mode.
+ * Type d to delete the entire selection.
+   * Type c to delete the selection and enter Insert mode.
 
  * Type a number before a motion to repeat it that many times.
 
@@ -372,6 +392,8 @@ _________________________________________________________________
  * Type x to select the entire current line. Type x again to
    select the next line.
 
+ * Type semicolon ( ; ) to collapse selection.
+
 =================================================================
 =                         4.1 UNDOING                           =
 =================================================================
@@ -527,29 +549,7 @@ _________________________________________________________________
 
 
 =================================================================
-=                   5.4 COLLAPSING SELECTIONS                   =
-=================================================================
-
- Type ; to collapse selections to single cursors.
-
- Sometimes, you want to deselect without having to move the
- cursor(s). This can be done using the ; key.
-
- 1. Move the cursor to the line below marked -->.
- 2. Use the motions you have learned to move around the line,
-    and try using ; to deselect the text after it is selected
-    by the motions.
-
- --> This is an error-free line with words to move around in.
-
-
-
-
-
-
-
-=================================================================
-=                 5.5 SELECTING TO A CHARACTER                  =
+=                 5.4 SELECTING TO A CHARACTER                  =
 =================================================================
 
  Type f<ch> to select up to and including (find) a character.
@@ -580,8 +580,6 @@ _________________________________________________________________
  * Type s to select all instances of a regex pattern inside
    the current selection.
 
- * Type semicolon ( ; ) to collapse selection.
-
  * Type f / F to extend selection up to & including a character.
 
  * Type t / T to extend selection until a character.
@@ -592,6 +590,8 @@ _________________________________________________________________
 
 
 
+
+
 =================================================================
 =                     6.2 CHANGING CASE                         =
 =================================================================