teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
All operations supported under dir-mode
.
Open the file under the cursor in a new Buffer.
Open the file using the program specified in the Option startProg
.
Copy the file under the cursor by prompting for the name of the new file. Currently, copying of directories is NOT supported.
Rename the file under the cursor by prompting for its new name. This will reload the buffer at the end to reflect the changes.
Delete the file under the cursor. This will reload the buffer at the end to reflect the changes.