HP 3000 Manuals

Text Alteration Commands [ HP EDIT Reference Manual ] MPE/iX 5.0 Documentation


HP EDIT Reference Manual

Text Alteration Commands 

          Deleting Text 

----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|     Key      |                Command                 |             Definition             |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|      d       | Delete Character                       | Deletes [count] characters         |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|    CTRL d    | Delete Word                            | Deletes [count] words              |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|      D       | Delete Line                            | Deletes [count] lines              |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|      L       | Clear To Beginning Of Line             | Deletes from cursor to start of    |
|              |                                        | line except for the current        |
|              |                                        | character                          |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|      l       | Clear To End Of Line                   | Deletes from cursor to end of line |
|              |                                        | including the current character    |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|    ESC -     | Delete Leading Blanks                  | Deletes leading blanks, if any     |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|    ESC d     | Delete Pattern                         | Deletes the current string of text |
|              |                                        | if it matches the currently        |
|              |                                        | defined search pattern             |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------

          Cutting And Pasting 

----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|     Key      |                Command                 |             Definition             |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|      c       | Copy To Buffer                         | Copies [count] lines to Cut/Paste  |
|              |                                        | buffer                             |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|    ESC c     | Copy And Append To Buffer              | Copies [count] lines and appends   |
|              |                                        | to Cut/Paste buffer                |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|      C       | Cut To Buffer                          | Removes [count] lines and puts     |
|              |                                        | text in Cut/Paste buffer           |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|    ESC C     | Cut And Append To Buffer               | Removes [count] lines and appends  |
|              |                                        | to Cut/Paste buffer                |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|      P       | Paste Before                           | Inserts contents of Cut/Paste      |
|              |                                        | buffer before the current line     |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|      p       | Paste After                            | Inserts contents of Cut/Paste      |
|              |                                        | buffer after the current line      |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|    ESC p     | Paste Over                             | Overwrites text, beginning at the  |
|              |                                        | current cursor position, with the  |
|              |                                        | contents of Cut/Paste buffer       |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------

          Sorting Text 

----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|     Key      |                Command                 |             Definition             |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|    ESC k     | Define Sort Key Columns                | Prompts for range of columns to be |
|              |                                        | compared during the sort           |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|              | Sort Ascending                         | Sorts [count] lines of text in     |
|              |                                        | ascending order                    |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|              | Sort Descending                        | Sorts [count] lines of text in     |
|              |                                        | descending order                   |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------

          Encrypting Text 

----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|     Key      |                Command                 |             Definition             |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|              | Set Encryption Key                     | Defines password key used to       |
|              |                                        | encrypt and decrypt text           |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|              | Encrypt                                | Encrypts [count] lines of text     |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|              | Encrypt With Key                       | Encrypts [count] lines with        |
|              |                                        | specified encryption key           |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|              | Decrypt                                | Decrypts [count] lines of text     |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|              | Decrypt With Key                       | Decrypts [count] lines with        |
|              |                                        | specified encryption key           |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------

[REV BEG]

          Spell Checking 

----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|     Key      |                Command                 |             Definition             |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------
|              |                                        |                                    |
|    ESC S     | Check Spelling                         | Checks the spelling of a line,     |
|              |                                        | block, or an entire file           |
|              |                                        |                                    |
----------------------------------------------------------------------------------------------

[REV END]



MPE/iX 5.0 Documentation