Compare commits
No commits in common. "9899d1af1fee48ceca1331c9800475ca9ce4c9f8" and "9926252bf8fe92bdb08645d19e3779b2d701f311" have entirely different histories.
9899d1af1f
...
9926252bf8
@ -8,22 +8,19 @@
|
||||
- [x] File I/O
|
||||
- [x] Buffer switching
|
||||
- [ ] Search (/, ?, n, N) with highlighting
|
||||
- [x] Syntax highlighting via treesitter
|
||||
- [ ] Syntax highlighting (Chroma + tree-sitter for Go/Python/JS)
|
||||
- [ ] % (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