1
- *howto.txt* For Vim version 9.1. Last change: 2006 Apr 02
1
+ *howto.txt* For Vim version 9.1. Last change: 2025 Aug 06
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -35,21 +35,21 @@ How to ... *howdoi* *how-do-i* *howto* *how-to*
35
35
| object-motions | text-object motions
36
36
| various-motions | various motions
37
37
| object-select | text-object selection
38
- | 'whichwrap' | move over line breaks
39
- | 'virtualedit' | move to where there is no text
38
+ 'whichwrap' move over line breaks
39
+ 'virtualedit' move to where there is no text
40
40
| usr_27.txt | specify pattern for searches
41
41
| tags-and-searches | do tags and special searches
42
42
| 29.4 | search in include'd files used to find
43
43
variables, functions, or macros
44
44
| K | look up manual for the keyword under cursor
45
45
46
46
| 03.7 | scroll
47
- | 'sidescroll' | scroll horizontally/sideways
48
- | 'scrolloff' | set visible context lines
47
+ 'sidescroll' scroll horizontally/sideways
48
+ 'scrolloff' set visible context lines
49
49
50
50
| mode-switching | change modes
51
51
| 04.4 | use Visual mode
52
- | 'insertmode' | start Vim in Insert mode
52
+ 'insertmode' start Vim in Insert mode
53
53
54
54
| 40.1 | map keys
55
55
| 24.7 | create abbreviations
@@ -61,13 +61,13 @@ How to ... *howdoi* *how-do-i* *howto* *how-to*
61
61
62
62
| 20.1 | do command-line editing
63
63
| 20.3 | do command-line completion
64
- | 'cmdheight' | increase the height of command-line
64
+ 'cmdheight' increase the height of command-line
65
65
| 10.3 | specify command-line ranges
66
66
| 40.3 | specify commands to be executed automatically
67
67
before/after reading/writing entering/leaving a
68
68
buffer/window
69
69
70
- | 'autowrite' | write automatically
70
+ 'autowrite' write automatically
71
71
| 30.1 | speedup edit-compile-edit cycle or compile and fix
72
72
errors within Vim
73
73
@@ -76,12 +76,12 @@ How to ... *howdoi* *how-do-i* *howto* *how-to*
76
76
| term-dependent-settings | set options depending on terminal name
77
77
| save-settings | save settings
78
78
| :quote | comment my .vim files
79
- | 'helpheight' | change the default help height
80
- | 'highlight' | set various highlighting modes
81
- | 'title' | set the window title
82
- | 'icon' | set window icon title
83
- | 'report' | avoid seeing the change messages on every line
84
- | 'shortmess' | avoid | hit-enter | prompts
79
+ 'helpheight' change the default help height
80
+ 'highlight' set various highlighting modes
81
+ 'title' set the window title
82
+ 'icon' set window icon title
83
+ 'report' avoid seeing the change messages on every line
84
+ 'shortmess' avoid | hit-enter | prompts
85
85
86
86
| mouse-using | use mouse with Vim
87
87
| usr_08.txt | manage multiple windows and buffers
0 commit comments