1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-18 02:42:07 +00:00
Commit graph

8 commits

Author SHA1 Message Date
Andreas Kling
f18c985546 Add basic 'x' and 'X' right/left deletion commands. 2018-12-06 23:59:55 +01:00
Andreas Kling
eb4bbc337f Add some more vi-like movements. 2018-12-05 02:28:29 +01:00
Andreas Kling
92ebfee050 Add vi-like 'A' command. 2018-12-05 02:11:39 +01:00
Andreas Kling
ae6c183475 Add basic "write to file" support. 2018-12-05 01:59:36 +01:00
Andreas Kling
d2bb139c46 Support inserting a newline. 2018-12-05 01:43:07 +01:00
Andreas Kling
efd5aae217 Coalesce the current line into a single chunk when moving away from it. 2018-12-04 13:39:31 +01:00
Andreas Kling
e02eca2a5e Add vi-like 'a' command. 2018-12-04 13:05:57 +01:00
Andreas Kling
ca6847b5bb Import a simple text editor I started working on. 2018-12-04 00:27:16 +01:00