| 1 | <?xml version="1.0" encoding="UTF-8"?> |
1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vi-guide.xml,v 1.15 2008/05/19 19:57:20 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vi-guide.xml,v 1.16 2008/05/19 19:59:02 swift Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/vi-guide.xml"> |
5 | <guide link="/doc/en/vi-guide.xml"> |
| 6 | <title>Learning vi -- the "cheatsheet" technique</title> |
6 | <title>Learning vi -- the "cheatsheet" technique</title> |
| 7 | <author title="Author"> |
7 | <author title="Author"> |
| … | |
… | |
| 133 | $ <i>vi myfile.txt</i> |
133 | $ <i>vi myfile.txt</i> |
| 134 | </pre> |
134 | </pre> |
| 135 | |
135 | |
| 136 | <p> |
136 | <p> |
| 137 | If you have vim installed, type <c>vim myfile.txt</c>. If you'd prefer to |
137 | If you have vim installed, type <c>vim myfile.txt</c>. If you'd prefer to |
| 138 | use gvim, type <c>gvim myfile.txt</c>. <path>myfile.txt</path> should be the |
138 | use gvim, type <c>gvim myfile.txt</c>. <path>myfile.txt</path> should be the |
| 139 | name of a text file on your system. |
139 | name of a text file on your system. |
| 140 | </p> |
140 | </p> |
| 141 | |
141 | |
| 142 | </body> |
142 | </body> |
| 143 | </section> |
143 | </section> |