Mercurial > hg > RemoteEditor > vim7
comparison runtime/doc/help.txt @ 34:e170173ecb68 current-release
before ack base protocol.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 26 Nov 2008 15:02:10 +0900 |
parents | 76efa0be13f1 |
children | c16898406ff2 |
comparison
equal
deleted
inserted
replaced
33:7d0d8b831f5a | 34:e170173ecb68 |
---|---|
1 *help.txt* For Vim version 7.1. Last change: 2006 Nov 07 | 1 *help.txt* For Vim version 7.2. Last change: 2008 Jul 21 |
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 |
124 |quickfix.txt| commands for a quick edit-compile-fix cycle | 124 |quickfix.txt| commands for a quick edit-compile-fix cycle |
125 |windows.txt| commands for using multiple windows and buffers | 125 |windows.txt| commands for using multiple windows and buffers |
126 |tabpage.txt| commands for using multiple tab pages | 126 |tabpage.txt| commands for using multiple tab pages |
127 |syntax.txt| syntax highlighting | 127 |syntax.txt| syntax highlighting |
128 |spell.txt| spell checking | 128 |spell.txt| spell checking |
129 |diff.txt| working with two or three versions of the same file | 129 |diff.txt| working with two to four versions of the same file |
130 |autocmd.txt| automatically executing commands on an event | 130 |autocmd.txt| automatically executing commands on an event |
131 |filetype.txt| settings done specifically for a type of file | 131 |filetype.txt| settings done specifically for a type of file |
132 |eval.txt| expression evaluation, conditional commands | 132 |eval.txt| expression evaluation, conditional commands |
133 |fold.txt| hide (fold) ranges of lines | 133 |fold.txt| hide (fold) ranges of lines |
134 | 134 |
141 |mlang.txt| non-English language support | 141 |mlang.txt| non-English language support |
142 |arabic.txt| Arabic language support and editing | 142 |arabic.txt| Arabic language support and editing |
143 |farsi.txt| Farsi (Persian) editing | 143 |farsi.txt| Farsi (Persian) editing |
144 |hebrew.txt| Hebrew language support and editing | 144 |hebrew.txt| Hebrew language support and editing |
145 |russian.txt| Russian language support and editing | 145 |russian.txt| Russian language support and editing |
146 |ada.txt| Ada (the programming language) support | 146 |ft_ada.txt| Ada (the programming language) support |
147 |hangulin.txt| Hangul (Korean) input mode | 147 |hangulin.txt| Hangul (Korean) input mode |
148 |rileft.txt| right-to-left editing mode | 148 |rileft.txt| right-to-left editing mode |
149 | 149 |
150 GUI ~ | 150 GUI ~ |
151 |gui.txt| Graphical User Interface (GUI) | 151 |gui.txt| Graphical User Interface (GUI) |