a simple ncurses-based texteditor for the terminal
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.

14 lines
270 B

# v0.0.4
Major improvements:
* Undo/redo capability in `edit` mode
* Linemodes: `numbers`, `relativenumbers`, `nonumbers`
# v0.0.1
Simple editor working. The editor is capable of
* Loading files
* Saving files
* Editing files
* Cut, copy and pasting lines
* Scrolling