From a065c580e3fafd047e9c3944b9ded4e19e4c694a Mon Sep 17 00:00:00 2001 From: JR Date: Sat, 2 Mar 2024 17:56:41 +0100 Subject: [PATCH] Update runtime/tutor Co-authored-by: David Else <12832280+David-Else@users.noreply.github.com> --- runtime/tutor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/tutor b/runtime/tutor index efc54eb68..eb4b85455 100644 --- a/runtime/tutor +++ b/runtime/tutor @@ -1348,8 +1348,8 @@ In Normal mode, press Ctrl-w to open the Window menu, which displays a list of available commands. To open a new empty buffer in a vertical split on the right half -of your current window, you can use Ctrl-w nv (i.e., press Ctrl -and w at the same time, then press n, then press v). Your current +of your current window, use Ctrl-w nv (i.e., press Ctrl +and w simultaneously, then press n, followed by v). Your current 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.