45 Commits

Author SHA1 Message Date
Hayden Hargreaves
43b3992522 feat: implemented replace mode, tested!
All checks were successful
Run Test Suite / test (push) Successful in 15s
Run Test Suite / test (pull_request) Successful in 15s
Looking great, maybe I will actually use this lol
2026-04-05 23:53:24 -07:00
Hayden Hargreaves
6033e58d0e feat: implement the r action, tested
All checks were successful
Run Test Suite / test (push) Successful in 17s
Began work on replace mode, but not complete.
2026-04-05 22:58:07 -07:00
Hayden Hargreaves
ea3ebcdc83 feat: implemented :<n> command, tested
All checks were successful
Run Test Suite / test (push) Successful in 17s
Also added tons of tests for the actual command mode, since that was all
untested...
2026-04-02 14:03:36 -07:00
Hayden Hargreaves
e362c9f118 feat: gap buffer is implemented, tested
All checks were successful
Run Test Suite / test (push) Successful in 56s
Not sure if this is perfect, but it seems to be working
2026-04-02 12:39:30 -07:00
Hayden Hargreaves
1a98d3a4de fix: p and P differ in V mode, resolved and tested.
P should not replace the register, p should
2026-04-01 18:21:15 -07:00
Hayden Hargreaves
0e8bb50c20 feat: implemented and tested the dot operator.
The content gets stored in the '.' register.
2026-03-31 18:26:18 -07:00
Hayden Hargreaves
4dedb15a36 test: initial tests are complete!
Claude says they are "production ready"
2026-03-30 23:01:46 -07:00
Hayden Hargreaves
98e02553b1 feat: working on the undo stack! Huge progress, not tested
Tests are coming, but there are some infrastructure issues with the
tests
2026-03-30 22:38:33 -07:00
Hayden Hargreaves
04c247cc8e fix: looks like we resolved the issues with pasting.
All checks were successful
Run Test Suite / test (push) Successful in 46s
We means me and Claude (heavy on the Claude). Originally, if we copied a
many line segment into a charwise register, the paste op would error,
this is not right, it should paste, just differently.
2026-03-30 18:27:53 -07:00
Hayden Hargreaves
aa156971ad feat: text objects initial impl, tested
However, it does not work for multi line delimiters.
2026-03-26 14:09:10 -07:00
Hayden Hargreaves
5c629496c6 feat: implemented 'X', tested
X and x are the same in visual mode I think
2026-03-19 17:43:12 -07:00
Hayden Hargreaves
a01369f407 fix: cleaned up the testing mocking. New single module
All checks were successful
Run Test Suite / test (push) Successful in 42s
2026-03-19 17:31:53 -07:00
Hayden Hargreaves
3c98dca777 feat: implement command history, tested
The tests are starting to get messy, lots of duplication. Going to
resolve that. Lots of this is due to AI generation of tests.
2026-03-19 15:23:44 -07:00
Hayden Hargreaves
b618e3a382 feat: implemented colorscheme commands. Tested
All checks were successful
Run Test Suite / test (push) Successful in 39s
There are some odd things being done in the testing files, that should
get reviewed.
2026-03-16 23:25:09 -07:00
Hayden Hargreaves
10e37b82af feat: implemented the command window! Not tested. Maybe we need some?
All checks were successful
Run Test Suite / test (push) Successful in 13s
2026-03-14 23:13:59 -07:00
Hayden Hargreaves
0de38ec837 feat: implementing the repeat commands! Tested
All checks were successful
Run Test Suite / test (push) Successful in 13s
Run Test Suite / test (pull_request) Successful in 13s
2026-03-13 23:00:26 -07:00
Hayden Hargreaves
050935941c feat: implemented find char motions. tested. 2026-03-13 10:53:44 -07:00
Hayden Hargreaves
8364d8b880 feat: lots of IO fixes! Writing and forcing seems to be working. 2026-03-10 12:32:32 -07:00
Hayden Hargreaves
15d847e3c8 chore: removed some todos 2026-03-06 18:20:19 -07:00
Hayden Hargreaves
098641f5c0 fix: cleaned up and fixed the settings that needed updating 2026-03-05 14:34:21 -07:00
Hayden Hargreaves
ccb061989a refactor: huge refactor, this looks amazing.
Lots of comments from the AI. Some tests are not passing though
2026-03-04 21:45:47 -07:00
Hayden Hargreaves
154558b790 checkpoint: this code does not work, just want a fallback
Going to start a LARGE ai refactor of the arch of the project.
2026-03-01 23:20:37 -07:00
Hayden Hargreaves
b1b3edf810 feat: this is huge, and needs some review, but for now its good
The tests are not passing, something to do with view I think.
2026-02-26 23:18:18 -07:00
Hayden Hargreaves
770cbcceb7 wip: cleaned up the separation of concerns in the MWB model 2026-02-26 21:59:32 -07:00
Hayden Hargreaves
ea4638d815 wip: implement windows, buffers and builders 2026-02-26 13:20:21 -07:00
Hayden Hargreaves
3339dd4409 wip: first initial commit. Not sure if I like this 2026-02-26 12:14:59 -07:00
Hayden Hargreaves
65f96a5089 chore: cleaned up the file system a bit 2026-02-24 12:16:13 -07:00
Hayden Hargreaves
db52b63db1 feat: substitute and change motions/actions, tested 2026-02-24 12:05:18 -07:00
Hayden Hargreaves
63fec65be4 feat: fixed and finished pasting in visual mode, testing 2026-02-23 22:55:41 -07:00
Hayden Hargreaves
1aed168369 test: more tests and renamed update default reg 2026-02-22 21:41:26 -07:00
Hayden Hargreaves
ca5a0a99a5 feat: yank operator implemented. tested 2026-02-21 21:31:31 -07:00
Hayden Hargreaves
774d0d0071 feat: implement scroll actions, tested
This is control+d and control+u
2026-02-18 18:09:19 -07:00
Hayden Hargreaves
0e8ca21f7f feat: implemented 'D' action, tested 2026-02-18 17:25:38 -07:00
Hayden Hargreaves
ee7bf9354b feat: rough command mode implementation
I am starting to develop so fast, testing is such a life saver, oh my
god.
2026-02-13 23:16:47 -07:00
Hayden Hargreaves
307f89bcd1 feat: implemented command mode mappings, needs review and tests 2026-02-13 17:44:27 -07:00
Hayden Hargreaves
6b93fb2f6c feat: implemented a better way to draw the bar 2026-02-13 16:39:30 -07:00
Hayden Hargreaves
d5f0f2413a feat: settings abstraction supports numbers 2026-02-13 16:10:43 -07:00
Hayden Hargreaves
be46cae73d fix: settings abstracted a bit 2026-02-13 15:56:41 -07:00
Hayden Hargreaves
07589e3897 feat: huge implementation! 'd' op working well, tested good
Not totally complete WRT tests, but lots of progress. These interfaces
make everything easy.
2026-02-12 23:34:07 -07:00
Hayden Hargreaves
db70ca39f1 feat: implementing vertical scrolling, tested
Heavy on the AI...
2026-02-12 22:40:17 -07:00
Hayden Hargreaves
39c4bf1b6b feat: implemented insert mode keymaps and ctrl+w, tested 2026-02-12 17:30:06 -07:00
Hayden Hargreaves
77374ba447 feat: implemented 'dd' and other 'd' for visual mode.
Tested 'dd' but not visual mode.
2026-02-11 17:56:06 -07:00
Hayden Hargreaves
f0f3f95e7b feat: highlighting implemented! No tests yet 2026-02-11 15:00:02 -07:00
Hayden Hargreaves
f2496f91dd fix: added enter command mode action 2026-02-10 22:30:01 -07:00
Hayden Hargreaves
2438da08d4 Huge module refactor. Much needed, but it came much more complex 2026-02-10 11:04:24 -07:00