comparison runtime/doc/help.txt @ 571:0ae54f30d5bc

updated for version 7.0162
author vimboss
date Fri, 02 Dec 2005 00:46:37 +0000
parents 52e76e2b5b65
children 21ab9abf0f08
comparison
equal deleted inserted replaced
570:27d1ec742f17 571:0ae54f30d5bc
1 *help.txt* For Vim version 7.0aa. Last change: 2005 Sep 01 1 *help.txt* For Vim version 7.0aa. Last change: 2005 Nov 30
2 2
3 VIM - main help file 3 VIM - main help file
4 k 4 k
5 Move around: Use the cursor keys, or "h" to go left, h l 5 Move around: Use the cursor keys, or "h" to go left, h l
6 "j" to go down, "k" to go up, "l" to go right. j 6 "j" to go down, "k" to go up, "l" to go right. j
15 Get specific help: It is possible to go directly to whatever you want help 15 Get specific help: It is possible to go directly to whatever you want help
16 on, by giving an argument to the ":help" command |:help|. 16 on, by giving an argument to the ":help" command |:help|.
17 It is possible to further specify the context: 17 It is possible to further specify the context:
18 *help-context* 18 *help-context*
19 WHAT PREPEND EXAMPLE ~ 19 WHAT PREPEND EXAMPLE ~
20 Normal mode commands (nothing) :help x 20 Normal mode command (nothing) :help x
21 Visual mode commands v_ :help v_u 21 Visual mode command v_ :help v_u
22 Insert mode commands i_ :help i_<Esc> 22 Insert mode command i_ :help i_<Esc>
23 Command-line commands : :help :quit 23 Command-line command : :help :quit
24 Command-line editing c_ :help c_<Del> 24 Command-line editing c_ :help c_<Del>
25 Vim command arguments - :help -r 25 Vim command argument - :help -r
26 Options ' :help 'textwidth' 26 Option ' :help 'textwidth'
27 Search for help: Type ":help word", then hit CTRL-D to see matching 27 Search for help: Type ":help word", then hit CTRL-D to see matching
28 help entries for "word". 28 help entries for "word".
29 29
30 VIM stands for Vi IMproved. Most of VIM was made by Bram Moolenaar, but only 30 VIM stands for Vi IMproved. Most of VIM was made by Bram Moolenaar, but only
31 through the help of many others. See |credits|. 31 through the help of many others. See |credits|.
189 |pi_netrw.txt| Reading and writing files over a network 189 |pi_netrw.txt| Reading and writing files over a network
190 |pi_gzip.txt| Reading and writing compressed files 190 |pi_gzip.txt| Reading and writing compressed files
191 |pi_expl.txt| File explorer 191 |pi_expl.txt| File explorer
192 192
193 LOCAL ADDITIONS: *local-additions* 193 LOCAL ADDITIONS: *local-additions*
194 |cecutil.txt| DrChip's Utilities Jun 11, 2004
195 |engspchk.txt| English Spelling Checker (v61) Mar 14, 2005
196 |example.txt| Example for a locally added help file
197 |matchit.txt| Extended "%" matching
198 |test.txt| Testing the hélp cömmånd nôw
199 |typecorr.txt| Plugin for correcting typing mistakes
200 |helpp.txt| Dummy line to avoid an error message
194 201
195 ------------------------------------------------------------------------------ 202 ------------------------------------------------------------------------------
196 *bars* Bars example 203 *bars* Bars example
197 204
198 Now that you've jumped here with CTRL-] or a double mouse click, you can use 205 Now that you've jumped here with CTRL-] or a double mouse click, you can use