| | 1 | = Text Editor (''Trunk only'') = |
| | 2 | |
| | 3 | This section explains how to run and use the basic HelenOS text editor. |
| | 4 | |
| | 5 | == Starting == |
| | 6 | |
| | 7 | The editor is started with the command: |
| | 8 | {{{ |
| | 9 | # edit |
| | 10 | }}} |
| | 11 | |
| | 12 | == Keyboard Controls == |
| | 13 | |
| | 14 | The editor supports [UsersGuide/TextEditing common text-editing controls] and in addition, the following controls are defined: |
| | 15 | |
| | 16 | || '''Keystroke''' || '''Action''' || |
| | 17 | || Enter || Insert line break || |
| | 18 | || Up Arrow || Move cursor one line up || |
| | 19 | || Down Arrow || Move cursor one line down || |
| | 20 | || Page Up || Move cursor up by one page || |
| | 21 | || Page Down || Move cursor down by one page || |
| | 22 | || Ctrl-Q || Quit || |
| | 23 | || Ctrl-S || Save || |
| | 24 | || Ctrl-E || Save As || |