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