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

Create a tutor entry for using splits #9417

Merged
merged 39 commits into from
Mar 21, 2024

Conversation

jerabaul29
Copy link
Contributor

A WIP of a tutor entry about splits.

I have documented what I use myself. I will work a bit further on adding instructions about moving things around etc.

Feel free to give feedback already now if you have some so I both apply it and follow it in the rest of it.

@jiripospisil
Copy link

You might also want to mention creating splits directly from file picker.

@kirawi kirawi added A-documentation Area: Documentation improvements C-enhancement Category: Improvements and removed A-documentation Area: Documentation improvements labels Jan 24, 2024
runtime/tutor Outdated Show resolved Hide resolved
@jerabaul29 jerabaul29 marked this pull request as ready for review January 28, 2024 11:33
@jerabaul29
Copy link
Contributor Author

Ready for review as far as I am concerned :) .

  • I have applied the change recommended above
  • I have added a section about splitting from the file picker (many thanks for pointing to this, actually I did not know about it ^^ )

Comments/ request for additions and changes are welcome :) .

@David-Else
Copy link
Contributor

While this is great content, please could you run it through a spelling and grammar checker? There are a large number of errors, things like unwanted spaces, and typos like 'is is' that really need to be caught before a human review. ChatGPT is the state of the art spelling/grammar checker, but ltex-ls and grammarly are still worth running.

@jerabaul29
Copy link
Contributor Author

Thanks, I will iterate over the next few days. I have not used chat-gpt but I can give it a test. It is a different topic, but: I have actually discussed here about spell checker, but since it looks like something is in the pipes, I had thought about waiting until it is built in :) . Maybe I should give a go at ltex-ls.

@jerabaul29
Copy link
Contributor Author

@David-Else : I tried to run this through ChatGPT, but it looks like the "ChatGPT-based grammar check" is only for paid accounts at the moment. The closest I got was running it through my Gmail. It caught a few things that I fixed.

Unfortunately, I am not a native English speaker. I believe this is certainly not perfect oxford English, but that it should be quite understandable for most people who speak "globish" :) . I do not believe there is much more that I can do from my side, so if you want to improve the English, feel free to add a couple of extra commits :) .

So as far as I am concerned, I do not think there is much more that I can do on the language per se. If / when this is merged, I will be happy to work on a similar tutorial for shell and pipe commands in the same style (if this can help "motivate" to merge this ^^ :) ).

@jerabaul29
Copy link
Contributor Author

@the-mikedavis you had reviewed my similar PR that added chapter 12 a while ago, tagging you just in case you are interested in reviewing this one too :) .

runtime/tutor Outdated Show resolved Hide resolved
runtime/tutor Outdated Show resolved Hide resolved
runtime/tutor Show resolved Hide resolved
@the-mikedavis the-mikedavis added A-documentation Area: Documentation improvements S-waiting-on-review Status: Awaiting review from a maintainer. labels Feb 10, 2024
Copy link
Member

@the-mikedavis the-mikedavis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a little hesitant to add a section to the tutor on windows because I'm worried people will lose the tutor file by accidentally hitting <C-w>q on the tutor file or something similar. So I think we should keep it simple and only add the basics: what you have as sections 13.1, 13.2 and 13.3. I don't think teaching :vs/:hs is necessary and once you know how to open the window minor mode (C-w) you can discover some of the other commands like swapping splits from the infobox that pops up

runtime/tutor Outdated Show resolved Hide resolved
runtime/tutor Outdated Show resolved Hide resolved
runtime/tutor Outdated Show resolved Hide resolved
runtime/tutor Outdated Show resolved Hide resolved
runtime/tutor Outdated Show resolved Hide resolved
runtime/tutor Outdated Show resolved Hide resolved
runtime/tutor Outdated Show resolved Hide resolved
runtime/tutor Outdated Show resolved Hide resolved
runtime/tutor Outdated Show resolved Hide resolved
@the-mikedavis the-mikedavis added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from a maintainer. labels Feb 10, 2024
jerabaul29 and others added 2 commits February 12, 2024 10:43
Co-authored-by: Michael Davis <[email protected]>
Co-authored-by: Michael Davis <[email protected]>
@the-mikedavis the-mikedavis self-requested a review March 3, 2024 14:16
@the-mikedavis the-mikedavis added S-waiting-on-review Status: Awaiting review from a maintainer. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Mar 3, 2024
@jerabaul29
Copy link
Contributor Author

Just curious: do you think this could be part of the upcoming 24.03 release? :) I think we ironed out most points that were raised, and this is "just" text / tutorials where the points were mostly about taste choices not about correctness? :)

Copy link
Member

@the-mikedavis the-mikedavis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few nits about commas / flow

runtime/tutor Outdated Show resolved Hide resolved
runtime/tutor Outdated Show resolved Hide resolved
runtime/tutor Outdated Show resolved Hide resolved
runtime/tutor Outdated Show resolved Hide resolved
runtime/tutor Outdated Show resolved Hide resolved
runtime/tutor Outdated Show resolved Hide resolved
runtime/tutor Outdated Show resolved Hide resolved
@the-mikedavis the-mikedavis added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from a maintainer. labels Mar 20, 2024
jerabaul29 and others added 7 commits March 21, 2024 09:03
Co-authored-by: Michael Davis <[email protected]>
Co-authored-by: Michael Davis <[email protected]>
Co-authored-by: Michael Davis <[email protected]>
Co-authored-by: Michael Davis <[email protected]>
Co-authored-by: Michael Davis <[email protected]>
Co-authored-by: Michael Davis <[email protected]>
Co-authored-by: Michael Davis <[email protected]>
@jerabaul29
Copy link
Contributor Author

Thanks for the language edits @the-mikedavis , they look good to me, I merged them now :) .

Copy link
Member

@the-mikedavis the-mikedavis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@the-mikedavis the-mikedavis added S-waiting-on-review Status: Awaiting review from a maintainer. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Mar 21, 2024
@pascalkuthe pascalkuthe merged commit 51739f1 into helix-editor:master Mar 21, 2024
6 checks passed
@jerabaul29 jerabaul29 deleted the doc/tutor-split2 branch March 21, 2024 13:43
Desdaemon pushed a commit to Desdaemon/helix that referenced this pull request Mar 26, 2024
* WIP

* WIP

* WIP

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* WIP

* WIP

* WIP

* Fix typos

* Fix typos

* Minor updates

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Remove mention of arrows in split tutorial

* Do not mention starting in normal mode

* Fix right drift of titles

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Reflow paragraphs

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

---------

Co-authored-by: David Else <[email protected]>
Co-authored-by: Michael Davis <[email protected]>
shortc pushed a commit to shortc/helix that referenced this pull request Mar 31, 2024
* WIP

* WIP

* WIP

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* WIP

* WIP

* WIP

* Fix typos

* Fix typos

* Minor updates

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Remove mention of arrows in split tutorial

* Do not mention starting in normal mode

* Fix right drift of titles

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Reflow paragraphs

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

---------

Co-authored-by: David Else <[email protected]>
Co-authored-by: Michael Davis <[email protected]>
postsolar pushed a commit to postsolar/helix that referenced this pull request Apr 4, 2024
* WIP

* WIP

* WIP

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* WIP

* WIP

* WIP

* Fix typos

* Fix typos

* Minor updates

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Remove mention of arrows in split tutorial

* Do not mention starting in normal mode

* Fix right drift of titles

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Reflow paragraphs

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

---------

Co-authored-by: David Else <[email protected]>
Co-authored-by: Michael Davis <[email protected]>
postsolar pushed a commit to postsolar/helix that referenced this pull request Apr 4, 2024
* WIP

* WIP

* WIP

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* WIP

* WIP

* WIP

* Fix typos

* Fix typos

* Minor updates

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Remove mention of arrows in split tutorial

* Do not mention starting in normal mode

* Fix right drift of titles

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Reflow paragraphs

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

---------

Co-authored-by: David Else <[email protected]>
Co-authored-by: Michael Davis <[email protected]>
postsolar pushed a commit to postsolar/helix that referenced this pull request Apr 4, 2024
* WIP

* WIP

* WIP

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* WIP

* WIP

* WIP

* Fix typos

* Fix typos

* Minor updates

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Remove mention of arrows in split tutorial

* Do not mention starting in normal mode

* Fix right drift of titles

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Reflow paragraphs

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

---------

Co-authored-by: David Else <[email protected]>
Co-authored-by: Michael Davis <[email protected]>
postsolar pushed a commit to postsolar/helix that referenced this pull request Apr 20, 2024
* WIP

* WIP

* WIP

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* WIP

* WIP

* WIP

* Fix typos

* Fix typos

* Minor updates

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Remove mention of arrows in split tutorial

* Do not mention starting in normal mode

* Fix right drift of titles

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Reflow paragraphs

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

---------

Co-authored-by: David Else <[email protected]>
Co-authored-by: Michael Davis <[email protected]>
mtoohey31 pushed a commit to mtoohey31/helix that referenced this pull request Jun 2, 2024
* WIP

* WIP

* WIP

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* WIP

* WIP

* WIP

* Fix typos

* Fix typos

* Minor updates

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Remove mention of arrows in split tutorial

* Do not mention starting in normal mode

* Fix right drift of titles

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Reflow paragraphs

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

---------

Co-authored-by: David Else <[email protected]>
Co-authored-by: Michael Davis <[email protected]>
Vulpesx pushed a commit to Vulpesx/helix that referenced this pull request Jun 7, 2024
* WIP

* WIP

* WIP

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* WIP

* WIP

* WIP

* Fix typos

* Fix typos

* Minor updates

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Remove mention of arrows in split tutorial

* Do not mention starting in normal mode

* Fix right drift of titles

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Reflow paragraphs

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

---------

Co-authored-by: David Else <[email protected]>
Co-authored-by: Michael Davis <[email protected]>
smortime pushed a commit to smortime/helix that referenced this pull request Jul 10, 2024
* WIP

* WIP

* WIP

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* WIP

* WIP

* WIP

* Fix typos

* Fix typos

* Minor updates

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Remove mention of arrows in split tutorial

* Do not mention starting in normal mode

* Fix right drift of titles

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Update runtime/tutor

Co-authored-by: David Else <[email protected]>

* Reflow paragraphs

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

* Update runtime/tutor

Co-authored-by: Michael Davis <[email protected]>

---------

Co-authored-by: David Else <[email protected]>
Co-authored-by: Michael Davis <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-documentation Area: Documentation improvements C-enhancement Category: Improvements S-waiting-on-review Status: Awaiting review from a maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants