JANOS Help System: [Commands] [Topics] [Tech Support] [Printable Manual] [Search]
EDIT/ED User Commands NAME edit - Text Editor ALIASES EDIT, ED SYNOPSIS edit FILE DESCRIPTION The EDIT Editor is a simple text editor relying on VT-100 compatible terminal clients. It is fully compatible with the WebUI Console tab. EDIT opens the specified text file displaying a page of lines at a time. There are relatively few editing functions provided. It is important to know that Ctrl-Q exits the editing and at that point the option to save any modifications is offered. You can also optionally save the file with a new name. No mouse function is available. Editing Key Reference Ctrl-Q Exit the editor. Optionally save, rename or cancel at that point. Ctrl-Z Undo. Ctrl-Y Redo. Ctrl-A Drop the Anchor. The cursor keys can then be used to highlight or select text for subsequent editing. This is similar to holding the Shift key when editing on the computer but since VT-100 does not support Shift key status reporting we have to 'drop an anchor' and then drag it by moving the cursor. Ctrl-C Copy the selected text to the clipboard. Ctrl-X Copy the selected text to the clipboard and remove it from the file. Ctrl-V Paste any text from the clipboard to the current cursor location in the file. Ins The Insert key toggles between insert or overstrike on key entry. PgUp The Page Up key display the previous page of text if there is more to display. PgDn The Page Down key displays the next page of text until the end of the file is reached. Home Moves the cursor to the beginning of the current line. If you are at the beginning of a line it moves you to the beginning of the current page. If you are at the beginning of a page the Home key moves you to the beginning of the file. End Moves the cursor to the end of the current line. If you are at the end of a line it moves you to the end of the last line in the displayed page. If you are at the end of the last line of the page the End key moves you to the end of the file. Del Deletes the character at the cursor or deletes any selected text. Bksp Backspace deletes the character before the cursor or any selected text. NOTES If you have selected text and begin typing, the selection is removed and replaced with your keystrokes. When using the WebUI you can right-click and Paste from the PC clipboard. Similarly you can select text by holding the Shift key and right-click to Copy the selection. This is independent from text selection cut, copy and paste in the editor. NOTICE This editor is a PRELIMINARY EXPERIMENTAL implementation and may be revised over time. It avoids, but is not a replacement for, having to upload a file, edit, download and potentially repeat. INTEG is open to your suggestions/complaints regarding its use. We have not attempted to replicate any existing terminal text editor with which you might already be familiar. We are not against doing so if you should have a recommendation. [/flash/manpages/manpages.hlp:2562]