|
Lines 1256-1264
Link Here
|
| 1256 |
<command>ee</command>, all of the |
1256 |
<command>ee</command>, all of the |
| 1257 |
commands for manipulating the editor's functions are listed at the |
1257 |
commands for manipulating the editor's functions are listed at the |
| 1258 |
top of the display. The caret <literal>^</literal> character means |
1258 |
top of the display. The caret <literal>^</literal> character means |
| 1259 |
the control key on the keyboard, so ^e expands to pressing the |
1259 |
the <keycap>Ctrl</keycap> key on the keyboard, so <literal>^e</literal> expands to the key combination |
| 1260 |
control key plus the letter <literal>e</literal>. To leave |
1260 |
<keycombo action="simul"><keycap>Ctrl</keycap><keycap>e</keycap></keycombo>. To leave |
| 1261 |
<application>ee</application>, hit the escape key, then choose leave |
1261 |
<application>ee</application>, hit the <keycap>Esc</keycap> key, then choose leave |
| 1262 |
editor. The editor will prompt you to save any changes if the file |
1262 |
editor. The editor will prompt you to save any changes if the file |
| 1263 |
has been modified.</para> |
1263 |
has been modified.</para> |
| 1264 |
|
1264 |
|
|
Lines 1277-1283
Link Here
|
| 1277 |
<secondary><command>emacs</command></secondary> |
1277 |
<secondary><command>emacs</command></secondary> |
| 1278 |
</indexterm> |
1278 |
</indexterm> |
| 1279 |
<para>FreeBSD also comes with more powerful text editors such as |
1279 |
<para>FreeBSD also comes with more powerful text editors such as |
| 1280 |
<command>vi</command> as part of the base system, and |
1280 |
<command>vi</command> as part of the base system, |
| 1281 |
<command>emacs</command> and <command>vim</command> |
1281 |
<command>emacs</command> and <command>vim</command> |
| 1282 |
as part of the FreeBSD Ports Collection. These editors offer much |
1282 |
as part of the FreeBSD Ports Collection. These editors offer much |
| 1283 |
more functionality and power at the expense of being a little more |
1283 |
more functionality and power at the expense of being a little more |