From 5dcc891996b9191fd9ec30783cc0a35af21dec70 Mon Sep 17 00:00:00 2001 From: Rafael Madriz Date: Sun, 30 Apr 2023 16:26:38 -0300 Subject: [PATCH] tutor: Trim trailing white space (#6919) --- runtime/tutor | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/runtime/tutor b/runtime/tutor index df4d6d541..9bcb54a2d 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.