aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Madriz2023-04-30 19:26:38 +0000
committerGitHub2023-04-30 19:26:38 +0000
commit5dcc891996b9191fd9ec30783cc0a35af21dec70 (patch)
tree6181852cbbba04bf1d4715642a8a0d4485ec4387
parentf52e81b1f340d13a7c7e80b8f8ad2ef30015d0ef (diff)
tutor: Trim trailing white space (#6919)
-rw-r--r--runtime/tutor12
1 files changed, 6 insertions, 6 deletions
diff --git a/runtime/tutor b/runtime/tutor
index df4d6d54..9bcb54a2 100644
--- a/runtime/tutor
+++ b/runtime/tutor
@@ -23,7 +23,7 @@
=================================================================
= INTRODUCTION =
=================================================================
-
+
Welcome to the Helix editor! Helix is different from editors
you might be used to in that it is modal, meaning that it has
different modes for editing text. The primary modes you will
@@ -1146,13 +1146,13 @@ To uncomment the line, press Ctrl-c again.
= 11.2 COMMENTING MULTIPLE LINES =
=================================================================
-Using the selections and multi-cursor functionality, you can
+Using the selections and multi-cursor functionality, you can
comment multiple lines as long as it is under the selection or
-cursors.
+cursors.
1. Move your cursor to the line marked with '-->' below.
-2. Now try to select or add more cursors the other lines marked
- with '-->'.
+2. Now try to select or add more cursors the other lines marked
+ with '-->'.
3. Comment those lines.
--> How many are you going to comment?
@@ -1170,7 +1170,7 @@ multiple cursors, they won't be uncommented but commented again.
* Use Ctrl-c to comment a line under your cursor. Press Ctrl-c
again to uncomment.
- * To comment multiple lines, use the selections
+ * To comment multiple lines, use the selections
and multi-cursors before typing Ctrl-c.
* Commented lines cannot be uncommented but commented again.