Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-09 | Editor: Fix build on Linux. | Andreas Kling | |
2018-12-06 | Add basic 'x' and 'X' right/left deletion commands. | Andreas Kling | |
2018-12-05 | Add some more vi-like movements. | Andreas Kling | |
2018-12-05 | Add vi-like 'A' command. | Andreas Kling | |
2018-12-05 | Add basic "write to file" support. | Andreas Kling | |
2018-12-05 | Support inserting a newline. | Andreas Kling | |
2018-12-04 | Coalesce the current line into a single chunk when moving away from it. | Andreas Kling | |
2018-12-04 | Add vi-like 'a' command. | Andreas Kling | |
2018-12-04 | Fix inserting text in the middle of a chunk. | Andreas Kling | |
2018-12-04 | Coding style fixes. | Andreas Kling | |
2018-12-04 | Add .gitignore to Editor | Andreas Kling | |
2018-12-04 | Import a simple text editor I started working on. | Andreas Kling | |