From b10a832dca92d84a8c261184f2deda94f60f90f8 Mon Sep 17 00:00:00 2001 From: jerabaul29 Date: Sun, 28 Jan 2024 12:21:35 +0100 Subject: [PATCH] WIP --- runtime/tutor | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/runtime/tutor b/runtime/tutor index 45da97e88..a4c87b471 100644 --- a/runtime/tutor +++ b/runtime/tutor @@ -1494,6 +1494,28 @@ splits except this one. +================================================================= += CHAPTER 13 RECAP = +================================================================= + +Splits can be used to display either the same buffer several times, +or several buffers. To access the main windows and splits commands, +press ctrl-w . You can move between splits with ctrl-w hjkl , +you can close a split with ctrl-w q , and you can close all but +the present split with ctrl-w o . + +Splits can also be opened by using the :vs FILENAME and +:hs FILENAME commands. + +Splits can also be used directly from the file pickers, by using +ctrl-v to open the file selected in a new vertical split, and +ctrl-s in a horizontal split. + + + + + + ================================================================= This tutorial is still a work-in-progress. More sections are planned.