A minimal text editor written for fun in plain Ruby with no dependencies. I wrote it from memory after watching the relevant screencast by Gary Bernhardt. It supports: Quitting Moving the cursor up/down/right/left Deleting the character before the cursor, like backspace Breaking a line (Enter) Undoing! The following are also implemented (not covered in the screencast): Flicker-free screen Ignoring

