From f6ac52c8376f5d15c1a6eef3a3dfbd31154e7667 Mon Sep 17 00:00:00 2001 From: JR Date: Sat, 2 Mar 2024 17:58:54 +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 eb4b85455..acbed5901 100644 --- a/runtime/tutor +++ b/runtime/tutor @@ -1354,9 +1354,9 @@ window will now split in 2 vertically, a new empty buffer split will appear on the right half, and your cursor will jump to the new vertical split. -To create a new empty buffer in an horizontal split, press -Ctrl-w ns . This will split your current window in 2 horizontally -and create a new buffer, and your cursor will jump to the new +To create a new empty buffer in a horizontal split, press +Ctrl-w ns. This action divides your current window into two horizontally, +creates a new buffer, and moves your cursor to the new horizontal split.