Two windows, one buffer
I mentioned that :hsplit and :vsplit accept a filename — but the filename is actually optional! Run them bare and you’ll split the current window in two, leaving the new window peering into the same buffer.
Interesting! Multiple windows can be “looking at” the same buffer. This is really useful in a large file: you can keep two far-away sections visible on screen at the same time. And since it’s all one buffer, an edit made in any window shows up in all of them.
Work through the checklist: split the window, then make an edit and watch it appear in both windows at once. Remember that Helix selects before it acts: x selects the whole line, and d deletes the selection.