diff options
author | n0s4 | 2022-06-25 15:43:47 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-07-26 01:22:28 +0000 |
commit | 88902d1f599774d812d391736e77ecf42e35a10f (patch) | |
tree | 3f2349e3ab1822ab2a2b33a046c7087a37ac3956 /runtime | |
parent | ec4c2f39654fc971edfd722d385bc8157bb96b1e (diff) |
Improve ALIGN SELECTIONS section
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/tutor.txt | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/runtime/tutor.txt b/runtime/tutor.txt index 859f15ec..5ada43c3 100644 --- a/runtime/tutor.txt +++ b/runtime/tutor.txt @@ -346,11 +346,10 @@ _________________________________________________________________ --> 5) Clocks tell time, --> 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. - - ================================================================= = 3.7 COLLAPSING SELECTIONS = ================================================================= @@ -555,7 +554,8 @@ _________________________________________________________________ Type & to align the contents of the selections. - 1. Move the cursor to the first line below marked -->. + 1. Move the cursor to the first line below marked -->. Place + the cursor on the whitespace just after the arrow. 2. Type C four times or 4C. 3. Type W to select the numbers and brackets. 4. Type & to align the words. @@ -566,10 +566,9 @@ _________________________________________________________________ --> 100) sit --> 101) amet - - - - + Note: & only cares about the alignment of the "head" of the + selections - the end that moves. The other end is called + the "anchor". ================================================================= = 5.5 SPLIT SELECTION INTO LINES = |