0
0
Fork 0

Update README.md

This commit is contained in:
Brian 2018-12-03 22:09:30 -08:00 committed by GitHub
parent 66a04697d4
commit be2a260b10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -16,14 +16,19 @@ The above command will open a file if a valid one is found at the path, or it wi
Commands are entered as the only text on their row. Enter the command and press enter. Commands are entered as the only text on their row. Enter the command and press enter.
. - Finish editing and, optionally, save. Then exit. . - Finish editing and, optionally, save. Then exit.
!d - Display all text in the document !d - Display all text in the document
!x - Delete line(s). If one number is entered, that line will be removed. !x - Delete line(s). If one number is entered, that line will be removed.
If two numbers separated by a space are entered, a range inclusive If two numbers separated by a space are entered, a range inclusive
of both numbers will be removed. of both numbers will be removed.
!i - Insert line(s) after the first line number entered. A second number !i - Insert line(s) after the first line number entered. A second number
separated from the first by a space can be included to as a count separated from the first by a space can be included to as a count
of how many lines to insert. of how many lines to insert.
!# - Edit a line, where # is the line number. E.g. `> !23` !# - Edit a line, where # is the line number. E.g. `> !23`
!? - View this list of available commands !? - View this list of available commands
### Notes ### Notes