diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-05-04 21:54:08 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-05-04 21:54:08 +0000 |
commit | 14716817266007c373d5cc6ee2294416e3132be6 (patch) | |
tree | 17456d1f860cb89befc89c43a62e1459b0cec0c0 /runtime/doc/help.txt | |
parent | fdc9f4904ea162e899df7859e7755c0253b47870 (diff) | |
download | vim-git-14716817266007c373d5cc6ee2294416e3132be6.tar.gz |
updated for version 7.0g03
Diffstat (limited to 'runtime/doc/help.txt')
-rw-r--r-- | runtime/doc/help.txt | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt index cdaa397a6..788143af7 100644 --- a/runtime/doc/help.txt +++ b/runtime/doc/help.txt @@ -1,4 +1,4 @@ -*help.txt* For Vim version 7.0g. Last change: 2006 Apr 30 +*help.txt* For Vim version 7.0g. Last change: 2006 May 04 VIM - main help file k @@ -7,9 +7,9 @@ Close this window: Use ":q<Enter>". Get out of Vim: Use ":qa!<Enter>" (careful, all changes are lost!). -Jump to a subject: Position the cursor on a tag between |bars| and hit CTRL-]. +Jump to a subject: Position the cursor on a tag (e.g. |bars|) and hit CTRL-]. With the mouse: ":set mouse=a" to enable the mouse (in xterm or GUI). - Double-click the left mouse button on a tag between |bars|. + Double-click the left mouse button on a tag, e.g. |bars|. Jump back: Type CTRL-T or CTRL-O (repeat to go further back). Get specific help: It is possible to go directly to whatever you want help @@ -196,11 +196,24 @@ Standard plugins ~ |pi_zip.txt| Zip archive explorer LOCAL ADDITIONS: *local-additions* +|cecutil.txt| DrChip's Utilities Jun 11, 2004 +|example.txt| Example for a locally added help file +|matchit.txt| Extended "%" matching +|test.txt| Testing the hélp cömmånd nôw +|typecorr.txt| Plugin for correcting typing mistakes +|helpp.txt| Dummy line to avoid an error message ------------------------------------------------------------------------------ *bars* Bars example Now that you've jumped here with CTRL-] or a double mouse click, you can use CTRL-T, CTRL-O, g<RightMouse>, or <C-RightMouse> to go back to where you were. + +Note that tags are within | characters, but when highlighting is enabled these +are hidden. That makes it easier to read the command. + +Anyway, you can use CTRL-] on any word, also when it is not within |, and Vim +will try to find help for it. + ------------------------------------------------------------------------------ vim:tw=78:fo=tcq2:isk=!-~,^*,^\|,^\":ts=8:ft=help:norl: |