Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add progressive increment across multiple cursors to the tutor #10821

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Next Next commit
added: progressive increment and decrement to the helix --tutor
  • Loading branch information
brunbjerg committed May 26, 2024
commit 1a3bdc5154ec36e6fa8ecde7f30cfbfe15cd5a46
23 changes: 23 additions & 0 deletions runtime/tutor
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,29 @@ lines.



=================================================================
= 7.5 PROGRESSIVE INCREMENTING AND DECREMENTING =
=================================================================

Type '"#c-a' ('"#c-x') on multiple selections to progressively
increment (decrement) numbers.

1. Move the cursor to the first line marked '-->' below.
2. Move the cursor to the first '0'.
3. Press '4s-c' to select all '0's.
4. Press '"#' followed by 'c-a' to progressively increment the
the person id ('c-x' to decrement).

--> Person 1 with id xxxx-xxxx-0
--> Person 2 with id xxxx-xxxx-0
--> Person 3 with id xxxx-xxxx-0
--> Person 4 with id xxxx-xxxx-0
--> Person 5 with id xxxx-xxxx-0





=================================================================
= CHAPTER 7 RECAP =
=================================================================
Expand Down