Skip to content

Commit

Permalink
Fix typo in tutor ch 13.5 (#11765)
Browse files Browse the repository at this point in the history
It said "split" instead of "swap"
  • Loading branch information
ianjsikes authored Sep 30, 2024
1 parent 2ce4c6d commit 2c3a00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/tutor
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,7 @@ letters! that is not good grammar. you can fix this.

Still from hello2, press Ctrl-w H to swap with the split on the
left: now hello2 is on the left and the tutor is on the top
right. After Ctrl-w you can use HJKL to split with the buffer
right. After Ctrl-w you can use HJKL to swap with the buffer
on the left / below / above / on the right.

Move back to the tutor split, and press Ctrl-w o to only keep
Expand Down

0 comments on commit 2c3a00e

Please sign in to comment.