From 467bfeb3a7675d3072e691b02b1f046430be5ff6 Mon Sep 17 00:00:00 2001 From: JR Date: Sat, 2 Mar 2024 18:08:06 +0100 Subject: [PATCH] Update runtime/tutor Co-authored-by: David Else <12832280+David-Else@users.noreply.github.com> --- runtime/tutor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/tutor b/runtime/tutor index daa75f894..b31a55501 100644 --- a/runtime/tutor +++ b/runtime/tutor @@ -1433,10 +1433,10 @@ instead of a new empty buffer. ================================================================= Open a split on the left with :vs hello1 and then a split below -with :hs hello2 . +with :hs hello2. -From hello2, press Ctrl-w K to swap with the split above. Now the -split hello2 is on the top while hello1 is on the bottom. +From hello2, press Ctrl-w K to swap it with the split above. Now, +hello2 is at the top, while hello1 is at the bottom. 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