Age | Commit message (Expand) | Author |
---|---|---|
2023-01-31 | Reimplement editor_prompt and 'Save as' using the new prompt modeHEADmaster | cflip |
2023-01-31 | Rename the 'command mode' to 'prompt mode' | cflip |
2023-01-31 | Add a function to handle changing the editor mode | cflip |
2023-01-31 | Start implementing editor commands | cflip |
2023-01-30 | Move unsaved quit warning to editor.c | cflip |
2023-01-28 | Change the keymap to use WASD for navigation | cflip |
2023-01-17 | Rename 'rows' to 'lines' everywhere | cflip |
2023-01-16 | Ignore first keypress after entering insert mode | cflip |
2023-01-16 | Implement some more commands from vim | cflip |
2023-01-12 | Manually insert tab characters | cflip |
2023-01-12 | Make the editor modal and refactor keyboard events | cflip |
2023-01-12 | Move cursor movement into separate functions | cflip |
2023-01-11 | Remove all terminal-related code | cflip |
2023-01-09 | Implement basic keyboard event handling | cflip |
2023-01-08 | Initial import of existing source code | cflip |