diff options
| author | Delapouite <delapouite@gmail.com> | 2018-03-27 19:00:49 +0200 |
|---|---|---|
| committer | Delapouite <delapouite@gmail.com> | 2018-03-27 19:00:49 +0200 |
| commit | ed677d2f055c350bab3bd2f11b8dbcd9931966a2 (patch) | |
| tree | 5ceb3de8b28d5c24782faf3472912054d532b4aa | |
| parent | 726dd8f0d8f42b546000d9bf3a914787035db5e9 (diff) | |
Docs: update trampoline with new rotation primitives
| -rw-r--r-- | contrib/TRAMPOLINE | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/TRAMPOLINE b/contrib/TRAMPOLINE index a0993b42..494bfa0f 100644 --- a/contrib/TRAMPOLINE +++ b/contrib/TRAMPOLINE @@ -263,11 +263,11 @@ using the built-in `:doc` command. =[ ROTATING Often used in conjunction with the splitting primitive - (`S`), the rotation primitive (`<a-">`) shifts all the + (`S`), the rotation primitive (`<a-)>`) shifts all the selections clock-wise. Note that a count (described after) allows the rotation to take place in sub-groups whose size .---, .---, is given by the count parameter. - |alt|+| " | + |alt|+| ) | `---' `---' Example: in a numbered list where all the numbers are selected (e.g. `1 2 3 4 5 6 7 8 9 0`), a rotation using this primitive will shift all the numbers by one selection @@ -343,14 +343,14 @@ using the built-in `:doc` command. expressions, there are times when using them isn't enough, and additional manual edition of the selections is .---, needed. In order to loop through all the selections and - | ' | remove the current one, two primitives are available: - `---' respectively the simple quote (`'`), and the alt/space + | ) | remove the current one, two primitives are available: + `---' respectively the parenthesis (`)`), and the alt/space key combination (`<a-space>`). .---, .---, |alt|+|spc| Example: given a list of three numbers all selected `---' `---' individually, (e.g. `1 2 3`), deselecting the second - selection would be done by hitting the quote primitive - (`'`) until the according selection is the current one, + selection would be done by hitting the parenthesis primitive + (`)`) until the according selection is the current one, then hitting `<a-space>` to end up with only the first and third number selected. |
