Compare commits
2 Commits
9926252bf8
...
9899d1af1f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9899d1af1f | ||
|
|
718e6022da |
@ -8,19 +8,22 @@
|
||||
- [x] File I/O
|
||||
- [x] Buffer switching
|
||||
- [ ] Search (/, ?, n, N) with highlighting
|
||||
- [ ] Syntax highlighting (Chroma + tree-sitter for Go/Python/JS)
|
||||
- [x] Syntax highlighting via treesitter
|
||||
- [ ] % (matching bracket)
|
||||
- [x] J (join lines)
|
||||
- [x] H/M/L (screen movement)
|
||||
- [ ] Status line (mode, filename, position, modified flag)
|
||||
- [ ] File browser (somehow, oil like)
|
||||
|
||||
## Should Have (Makes it Usable)
|
||||
- [ ] :substitute (%s/old/new/g) - at least basic version
|
||||
- [ ] Better command-mode autocomplete/hints
|
||||
- [ ] Configuration file support (~/.gimrc or similar)
|
||||
- [ ] Persistent undo history
|
||||
- [ ] ~Persistent undo history~
|
||||
- [ ] Line wrapping display option
|
||||
- [ ] Horozontal scroll
|
||||
- [ ] Handle large files gracefully (>10k lines) [Pretty sure this is fine]
|
||||
- [ ] Alternate buffer implementation
|
||||
|
||||
## Nice to Have (Polish)
|
||||
- [ ] Incremental search (search as you type)
|
||||
Loading…
x
Reference in New Issue
Block a user