vim/runtime/tutor
Paul Desmond Parker 17c71daf83
runtime(vimtutor): Add a second chapter
fixes: #5719
closes: #5729

Signed-off-by: Paul Desmond Parker <pauldesmondparker@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-11-03 20:54:32 +01:00
..
en patch 9.1.0836: The vimtutor can be improved 2024-11-03 11:01:10 +01:00
Make_all.mak runtime(tutor): add Make_mvc.mak file for tutor (#13580) 2023-11-26 15:01:56 +01:00
Make_mvc.mak runtime(tutor): simplify tutor makefiles (#13859) 2024-01-22 20:25:43 +01:00
Makefile runtime(tutor): update Makefile and make it portable between GNU and BSD 2024-08-15 21:51:32 +02:00
README.el.cp737.txt
README.el.txt
README.ru.utf-8.txt translation(ru): adjust tutor/README.ru.utf-8.txt (#13789) 2023-12-28 23:06:38 +01:00
README.txt
README.txt.info
tutor runtime(vimtutor): Add a second chapter 2024-11-03 20:54:32 +01:00
tutor.bar
tutor.bar.utf-8
tutor.bg.utf-8
tutor.ca
tutor.ca.utf-8
tutor.cs
tutor.cs.cp1250
tutor.cs.utf-8
tutor.da
tutor.da.utf-8
tutor.de
tutor.de.utf-8
tutor.el
tutor.el.cp737
tutor.el.utf-8
tutor.eo
tutor.eo.utf-8
tutor.es runtime(tutor): Fix missing :s command in spanish translation section 4.4 2024-10-12 11:47:18 +02:00
tutor.es.utf-8 runtime(tutor): Fix missing :s command in spanish translation section 4.4 2024-10-12 11:47:18 +02:00
tutor.fr
tutor.fr.utf-8
tutor.hr
tutor.hr.cp1250
tutor.hr.utf-8
tutor.hu
tutor.hu.cp1250
tutor.hu.utf-8
tutor.info
tutor.it
tutor.it.utf-8
tutor.ja.euc
tutor.ja.sjis
tutor.ja.utf-8
tutor.ko
tutor.ko.euc
tutor.ko.utf-8
tutor.lt.utf-8 translation(lt): Update Lithuanian translation of Vim tutor to v.1.7 (#14176) 2024-03-11 15:15:04 +00:00
tutor.lv.utf-8
tutor.nb
tutor.nb.utf-8
tutor.nl runtime(tutor): fix typo in tutor.nl (#13175) 2023-09-24 22:54:30 +02:00
tutor.nl.utf-8 runtime(tutor): fix typo in tutor.nl (#13175) 2023-09-24 22:54:30 +02:00
tutor.no
tutor.no.utf-8
tutor.pl
tutor.pl.cp1250
tutor.pl.utf-8
tutor.pt
tutor.pt.utf-8
tutor.ru translation(ru): updated Russian translations for tutorials (#13579) 2023-11-26 10:14:11 +01:00
tutor.ru.cp1251 translation(ru): updated Russian translations for tutorials (#13579) 2023-11-26 10:14:11 +01:00
tutor.ru.utf-8 translation(ru): updated Russian translations for tutorials (#13579) 2023-11-26 10:14:11 +01:00
tutor.sk
tutor.sk.cp1250
tutor.sk.utf-8
tutor.sr.cp1250
tutor.sr.utf-8
tutor.sv
tutor.sv.utf-8
tutor.tr.iso9 translation(tr): Improve Turkish documentation (#13800) 2023-12-29 16:30:40 +01:00
tutor.tr.utf-8 translation(tr): Improve Turkish documentation (#13800) 2023-12-29 16:30:40 +01:00
tutor.tutor patch 9.1.0836: The vimtutor can be improved 2024-11-03 11:01:10 +01:00
tutor.tutor.json patch 9.1.0836: The vimtutor can be improved 2024-11-03 11:01:10 +01:00
tutor.uk.utf-8
tutor.utf-8
tutor.vi.utf-8
tutor.vim runtime(vimtutor): Add a second chapter 2024-11-03 20:54:32 +01:00
tutor.zh.big5
tutor.zh.euc runtime(tutor): small fixes to the zh tutor (#14081) 2024-02-24 10:08:19 +01:00
tutor.zh.utf-8
tutor.zh_cn.utf-8 runtime(tutor): small fixes to the zh tutor (#14081) 2024-02-24 10:08:19 +01:00
tutor.zh_tw.utf-8
tutor2 runtime(vimtutor): Add a second chapter 2024-11-03 20:54:32 +01:00
tutor2.utf-8 runtime(vimtutor): Add a second chapter 2024-11-03 20:54:32 +01:00

Tutor is a "hands on" tutorial for new users of the Vim editor.

Most new users can get through it in less than one hour. The result
is that you can do a simple editing task using the Vim editor.

Tutor is a file that contains the tutorial lessons. You can simply
execute "vim tutor" and then follow the instructions in the lessons.
The lessons tell you to modify the file, so DON'T DO THIS ON YOUR
ORIGINAL COPY.

On Unix you can also use the "vimtutor" program.  It will make a
scratch copy of the tutor first.

I have considered adding more advanced lessons but have not found the
time. Please let me know how you like it and send any improvements you
make.

Bob Ware, Colorado School of Mines, Golden, Co 80401, USA
(303) 273-3987
bware@mines.colorado.edu bware@slate.mines.colorado.edu bware@mines.bitnet


Translation
-----------

The tutor.xx and tutor.xx.utf-8 files are translated files (where xx is the
language code).  The encoding of tutor.xx might be latin1 or other traditional
encoding.  If you don't need a translation with such traditional encoding,
you just need to prepare the tutor.xx.utf-8 file.
If you need another encoding, you can also prepare a file named tutor.xx.enc
(replace enc with the actual encoding name).  You might also need to adjust the
tutor.vim file.
The "make" command can be used for creating tutor.xx from tutor.xx.utf-8.
See the Makefile for detail.  (For some languages, tutor.xx.utf-8 is created
from tutor.xx for historical reasons.)

[This file was modified for Vim by Bram Moolenaar et al.]