You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12 months ago | |
---|---|---|
src | 12 months ago | |
Cargo.lock | 1 year ago | |
Cargo.toml | 1 year ago | |
LICENSE.txt | 1 year ago | |
README.md | 1 year ago | |
xed.1 | 12 months ago |
README.md
XED
(pronounced zeed)
Usage: xed path/to/file
Now how do I actually use it to edit programs?
To read the file you selected you can use c
to see the full file. To see a single line, type r
, hit enter, and then the line number, hitting enter again. To edit a line, run l
, hit enter, and then the line number. Hitting enter again switches you back to command mode. To save, hit enter, than s
and enter again. To quit, run the same command as you do to save, but q
instead of s
.
Reasons to use this editor:
- N/A