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