Skip to content

Commit 59175ca

Browse files
committed
Small format week
1 parent 04e8dce commit 59175ca

File tree

1 file changed

+2
-2
lines changed
  • src/test/suite/fixtures/recorded/tutorial/unit-2-basic-coding

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[
22
"When editing code, we often think in terms of statements, functions, etc. Let's clone a statement: {step:cloneStateInk.yml}",
3-
"{scopeType:statement} is one of many scopes supported by cursorless. To see all available scopes, use the command {literalStep:'cursorless help'}, and look at the Scopes section.",
3+
"{scopeType:statement} is one of many scopes supported by cursorless. To see all available scopes, use the command {literalStep:cursorless help}, and look at the Scopes section.",
44
"Cursorless tries its best to keep your commands short. In the following command, we just say {scopeType:string} once, but cursorless infers that both targets are strings: {step:swapStringAirWithWhale.yml}",
55
"Great. Let's learn a new action. The {action:editNewLineAfter} action lets you start editing a new line below any line on your screen: {step:pourUrge.yml}",
66
"Now let's try applying a cursorless action to the current line: {step:dedentThis.yml}",
77
"Code reuse is a fact of life as a programmer. Cursorless makes this easy with the {action:replaceWithTarget} command: {step:bringStateUrge.yml}",
88
"{action:replaceWithTarget} also works with two targets just like {action:swapTargets}: {step:bringBlueCapToValueRisk.yml}",
99
"Cursorless tries its best to use its knowledge of programming languages to leave you with syntactically valid code. Note how it cleans up the comma here: {step:chuckArgueBlueVest.yml}",
10-
"We introduced a lot of different scopes today. If you're anything like us, you've already forgotten them all. The important thing to remember is that you can always say {literalStep:'cursorless help'} to see a list.",
10+
"We introduced a lot of different scopes today. If you're anything like us, you've already forgotten them all. The important thing to remember is that you can always say {literalStep:cursorless help} to see a list.",
1111
"As always, feel free to stick around and play with this file to practice what you've just learned. Happy coding :)"
1212
]

0 commit comments

Comments
 (0)