comparison runtime/doc/usr_01.txt @ 18719:99586852c2db

Update runtime files Commit: https://github.com/vim/vim/commit/0c0734d527a132edfb4089be48486586424b3f41 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 26 21:44:46 2019 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Nov 2019 21:45:05 +0100
parents 5c5908e81e93
children af69c9335223
comparison
equal deleted inserted replaced
18718:710efe6952f4 18719:99586852c2db
1 *usr_01.txt* For Vim version 8.1. Last change: 2017 Jul 15 1 *usr_01.txt* For Vim version 8.1. Last change: 2019 Nov 21
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 About the manuals 5 About the manuals
6 6
39 39
40 Press CTRL-] to jump to a subject under the cursor. 40 Press CTRL-] to jump to a subject under the cursor.
41 Press CTRL-O to jump back (repeat to go further back). 41 Press CTRL-O to jump back (repeat to go further back).
42 42
43 Many links are in vertical bars, like this: |bars|. The bars themselves may 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 in double quotes like ":write" and any other word can also be used as a link. 45 in double quotes like ":write" and any other word can also be used as a link.
46 Try it out: Move the cursor to CTRL-] and press CTRL-] on it. 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 The bars and stars are usually hidden with the |conceal| feature. They also 50 The bars and stars are usually hidden with the |conceal| feature. They also
51 use |hl-Ignore|, using the same color for the text as the background. You can 51 use |hl-Ignore|, using the same color for the text as the background. You can
52 make them visible with: > 52 make them visible with: >
53 :set conceallevel=0 53 :set conceallevel=0
99 Note: 99 Note:
100 This manual is about using Vim in the normal way. There is an 100 This manual is about using Vim in the normal way. There is an
101 alternative called "evim" (easy Vim). This is still Vim, but used in 101 alternative called "evim" (easy Vim). This is still Vim, but used in
102 a way that resembles a click-and-type editor like Notepad. It always 102 a way that resembles a click-and-type editor like Notepad. It always
103 stays in Insert mode, thus it feels very different. It is not 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 104 explained in the user manual, since it should be mostly
105 explanatory. See |evim-keys| for details. 105 self-explanatory. See |evim-keys| for details.
106 106
107 ============================================================================== 107 ==============================================================================
108 *01.3* Using the Vim tutor *tutor* *vimtutor* 108 *01.3* Using the Vim tutor *tutor* *vimtutor*
109 109
110 Instead of reading the text (boring!) you can use the vimtutor to learn your 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 Vim functionality hands-on. 112 Vim functionality hands-on.
113 113
114 On Unix, if Vim has been properly installed, you can start it from the shell: 114 On Unix, if Vim has been properly installed, you can start it from the shell:
115 > 115 >
116 vimtutor 116 vimtutor