From 122bbea7cfb0f48414124394b7bf616a462f7fca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Fro=C5=82ow?= Date: Thu, 23 Jan 2025 20:22:28 +0100 Subject: [PATCH] tutor: flips selections -> flips direction of selection (#12638) --- runtime/tutor | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/runtime/tutor b/runtime/tutor index 194a01f0d..f94e2a202 100644 --- a/runtime/tutor +++ b/runtime/tutor @@ -391,8 +391,8 @@ --> 6) Sugar is sweet, --> 7) And so are you. - Note : X works similarly to x although it doesn't extend to - subsequent lines. X on an empty line does nothing. + Note: X works similarly to x although it doesn't extend to + subsequent lines. X on an empty line does nothing. ================================================================= = 3.8 COLLAPSING SELECTIONS = @@ -411,8 +411,8 @@ --> This is an error-free line with words to move around in. Note: This works the same in Select mode. - Note: Another related command is Alt-; which flips selections. - + Note: Another related command is Alt-; which flips the direction + of the selection (flips the selection's cursor and anchor).