No description
Find a file
seem 97d33419e2 Better key handling; Undo/redo
`Editor.getkey` returns the key in VIM/Emacs notation, e.g., `C-M-p`. It
also handles `C-*`, `M-*`, and `C-M-*` modifiers.

Now supports undo/redo.
2020-09-14 07:26:16 +02:00
editor Better key handling; Undo/redo 2020-09-14 07:26:16 +02:00
tests Window scrolling on vertical movement 2020-09-07 21:50:59 +02:00
.gitignore Git ignore 2020-09-06 10:00:42 +02:00
.pre-commit-config.yaml Remove hook that conflicts with black 2020-09-06 10:21:38 +02:00
LICENSE License 2020-09-06 10:01:22 +02:00
README.md Initial commit 2020-09-06 09:48:15 +02:00
requirements-dev.txt Add dev requirements file 2020-09-06 10:11:11 +02:00
setup.cfg Lots of updates 2020-09-12 20:27:35 +02:00
setup.py Tools 2020-09-06 09:59:49 +02:00

editor

A text editor written in Python + curses.