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
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
e6ff778
WIP
jerabaul29 Jan 19, 2024
06967b6
WIP
jerabaul29 Jan 24, 2024
ddae958
WIP
jerabaul29 Jan 24, 2024
518765c
Update runtime/tutor
jerabaul29 Jan 28, 2024
ffba9cd
WIP
jerabaul29 Jan 28, 2024
8da5e79
WIP
jerabaul29 Jan 28, 2024
b10a832
WIP
jerabaul29 Jan 28, 2024
bf5b18b
Fix typos
jerabaul29 Feb 3, 2024
46e6fc6
Fix typos
jerabaul29 Feb 3, 2024
a04d57a
Minor updates
jerabaul29 Feb 4, 2024
1db25ea
Update runtime/tutor
jerabaul29 Feb 12, 2024
f85cd70
Update runtime/tutor
jerabaul29 Feb 12, 2024
c24a992
Update runtime/tutor
jerabaul29 Feb 12, 2024
9dc1ffd
Update runtime/tutor
jerabaul29 Feb 12, 2024
ea78b6f
Update runtime/tutor
jerabaul29 Feb 12, 2024
357faf8
Update runtime/tutor
jerabaul29 Feb 12, 2024
6bce00c
Merge branch 'helix-editor:master' into doc/tutor-split2
jerabaul29 Feb 12, 2024
2b65b4b
Remove mention of arrows in split tutorial
jerabaul29 Feb 12, 2024
93cf252
Do not mention starting in normal mode
jerabaul29 Feb 12, 2024
587909e
Fix right drift of titles
jerabaul29 Feb 12, 2024
8aa30d1
Update runtime/tutor
jerabaul29 Mar 2, 2024
a065c58
Update runtime/tutor
jerabaul29 Mar 2, 2024
f6ac52c
Update runtime/tutor
jerabaul29 Mar 2, 2024
49d391b
Update runtime/tutor
jerabaul29 Mar 2, 2024
dff604a
Update runtime/tutor
jerabaul29 Mar 2, 2024
2d5d8c5
Update runtime/tutor
jerabaul29 Mar 2, 2024
4868fde
Update runtime/tutor
jerabaul29 Mar 2, 2024
e6cbf43
Update runtime/tutor
jerabaul29 Mar 2, 2024
467bfeb
Update runtime/tutor
jerabaul29 Mar 2, 2024
baf347b
Update runtime/tutor
jerabaul29 Mar 2, 2024
f99356d
Update runtime/tutor
jerabaul29 Mar 2, 2024
b459395
Reflow paragraphs
jerabaul29 Mar 2, 2024
6c13384
Update runtime/tutor
jerabaul29 Mar 21, 2024
24308fc
Update runtime/tutor
jerabaul29 Mar 21, 2024
4ac3654
Update runtime/tutor
jerabaul29 Mar 21, 2024
b72c235
Update runtime/tutor
jerabaul29 Mar 21, 2024
4289079
Update runtime/tutor
jerabaul29 Mar 21, 2024
cb5154c
Update runtime/tutor
jerabaul29 Mar 21, 2024
c7f858f
Update runtime/tutor
jerabaul29 Mar 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update runtime/tutor
Co-authored-by: David Else <[email protected]>
  • Loading branch information
jerabaul29 and David-Else authored Mar 2, 2024
commit dff604a203d38114b46d2c52df0ccc76f1e8b1e1
10 changes: 5 additions & 5 deletions runtime/tutor
Original file line number Diff line number Diff line change
Expand Up @@ -1388,12 +1388,12 @@ the left press Ctrl-w o to close all except this split.
= CHAPTER 13.3 SPLIT CURRENT BUFFER =
=================================================================

You can also split the view of the current buffer: use Ctrl-w
s (to split half way the current buffer horizontally and open
a copy of it on the right too) and again use Ctrl-w v (to split
half way vertically with the buffer opened on both splits).
To split the view of the current buffer, use Ctrl-w s to split it
horizontally and open a copy on the right, and Ctrl-w v to split it
vertically with the buffer opened in both splits.
jerabaul29 marked this conversation as resolved.
Show resolved Hide resolved

Close extra splits with Ctrl-w o to return to a single window view.

Close extra splits with Ctrl-w o to come back to a single window.



Expand Down
Loading