Unnamed repository; edit this file 'description' to name the repository.
Fix typo in tutor ch 13.5 (#11765)
It said "split" instead of "swap"
| -rw-r--r-- | runtime/tutor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/tutor b/runtime/tutor index 98b9f3af..d24f83d5 100644 --- a/runtime/tutor +++ b/runtime/tutor @@ -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 |