1
- *pi_tutor.txt* For Vim version 9.1. Last change: 2024 Nov 03
1
+ *pi_tutor.txt* For Vim version 9.1. Last change: 2024 Nov 09
2
2
3
3
INTERACTIVE TUTORIALS FOR VIM *vim-tutor-mode*
4
4
5
5
vim-tutor-mode provides a system to follow and create interactive tutorials
6
- for vim and third party plugins. It replaces the venerable `vimtutor` system.
6
+ for vim and third party plugins. It replaces the venerable `vimtutor` system.
7
7
8
8
=============================================================================
9
9
1. Usage *vim-tutor-usage*
10
10
11
11
vim-tutor-mode tutorials are hypertext documents, they have rich text and
12
- contain links. To stand out from the rest of the text, links are underlined.
12
+ contain links. To stand out from the rest of the text, links are underlined.
13
13
You can follow them by placing the cursor over them and pressing <Enter> , or
14
14
by double-clicking them.
15
15
16
16
1.1 Commands
17
17
------------
18
18
*:Tutor*
19
- :Tutor {tutorial} Opens a tutorial. Command-line completion for
19
+ :Tutor {tutorial} Opens a tutorial. Command-line completion for
20
20
{tutorial} is provided, the candidates are a list of
21
21
'.tutor' files found in the 'tutor/' folder in
22
- the 'runtimepath' . Tutorials prefixed with 'vim-' will
23
- always be shown first.
22
+ the 'runtimepath' . Tutorials prefixed with 'vim-'
23
+ will always be shown first.
24
24
25
25
If no {tutorial} is provided, the command starts the
26
26
'vim-01-beginner' tutorial, which is equivalent to
@@ -29,7 +29,7 @@ by double-clicking them.
29
29
=============================================================================
30
30
2. Creating tutorials *vim-tutor-create*
31
31
32
- Writing vim-tutor-mode tutorials is easy. For an overview of the format used,
32
+ Writing vim-tutor-mode tutorials is easy. For an overview of the format used,
33
33
please consult the 'tutor.tutor' file: >
34
34
35
35
:Tutor tutor
0 commit comments