From b808e75a38d600adb613996d2d49a123a7398fb8 Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Wed, 8 Apr 2026 21:07:52 -0700 Subject: [PATCH] doc: updated v0.1.md --- v0.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v0.1.md b/v0.1.md index 6262dd5..02c45e0 100644 --- a/v0.1.md +++ b/v0.1.md @@ -21,8 +21,8 @@ - [ ] Configuration file support (~/.gimrc or similar) - [ ] ~Persistent undo history~ - [ ] ~Line wrapping display option~ -- [ ] Horizontal scroll -- [ ] Handle large files gracefully (>10k lines) [Pretty sure this is fine] +- [x] Horizontal scroll +- [ ] Handle large files gracefully (>10k lines) (A bit laggy, will need some TS fixes) - [ ] Alternate buffer implementation ## Nice to Have (Polish)