|
1 |
| -*usr_01.txt* For Vim version 8.1. Last change: 2017 Jul 15 |
| 1 | +*usr_01.txt* For Vim version 8.2. Last change: 2019 Nov 21 |
2 | 2 |
|
3 | 3 | VIM USER MANUAL - by Bram Moolenaar
|
4 | 4 |
|
@@ -41,11 +41,11 @@ the commands and options used for it. Use these two commands:
|
41 | 41 | Press CTRL-O to jump back (repeat to go further back).
|
42 | 42 |
|
43 | 43 | Many links are in vertical bars, like this: |bars|. The bars themselves may
|
44 |
| -be hidden or invisible, see below. An option name, like 'number', a command |
| 44 | +be hidden or invisible; see below. An option name, like 'number', a command |
45 | 45 | in double quotes like ":write" and any other word can also be used as a link.
|
46 | 46 | Try it out: Move the cursor to CTRL-] and press CTRL-] on it.
|
47 | 47 |
|
48 |
| -Other subjects can be found with the ":help" command, see |help.txt|. |
| 48 | +Other subjects can be found with the ":help" command; see |help.txt|. |
49 | 49 |
|
50 | 50 | The bars and stars are usually hidden with the |conceal| feature. They also
|
51 | 51 | use |hl-Ignore|, using the same color for the text as the background. You can
|
@@ -101,14 +101,14 @@ For more info see |vimrc| and |compatible-default|.
|
101 | 101 | alternative called "evim" (easy Vim). This is still Vim, but used in
|
102 | 102 | a way that resembles a click-and-type editor like Notepad. It always
|
103 | 103 | stays in Insert mode, thus it feels very different. It is not
|
104 |
| - explained in the user manual, since it should be mostly self |
105 |
| - explanatory. See |evim-keys| for details. |
| 104 | + explained in the user manual, since it should be mostly |
| 105 | + self-explanatory. See |evim-keys| for details. |
106 | 106 |
|
107 | 107 | ==============================================================================
|
108 | 108 | *01.3* Using the Vim tutor *tutor* *vimtutor*
|
109 | 109 |
|
110 | 110 | Instead of reading the text (boring!) you can use the vimtutor to learn your
|
111 |
| -first Vim commands. This is a 30 minute tutorial that teaches the most basic |
| 111 | +first Vim commands. This is a 30-minute tutorial that teaches the most basic |
112 | 112 | Vim functionality hands-on.
|
113 | 113 |
|
114 | 114 | On Unix, if Vim has been properly installed, you can start it from the shell:
|
|
0 commit comments