teditor  1.8.0@@fee5e94
Terminal based editor written in C++
dir-mode

All operations supported under dir-mode.

dirmode-open-file

Open the file under the cursor in a new Buffer.

Note
Available since v0.1.0

dirmode-open-special-file

Open the file using the program specified in the Option startProg.

Note
Available since v0.1.0

dirmode-copy-file

Copy the file under the cursor by prompting for the name of the new file. Currently, copying of directories is NOT supported.

Note
Available since v0.1.0

dirmode-rename-file

Rename the file under the cursor by prompting for its new name. This will reload the buffer at the end to reflect the changes.

Note
Available since v0.1.0

dirmode-delete-file

Delete the file under the cursor. This will reload the buffer at the end to reflect the changes.

Note
Available since v0.1.0