docs(roadmap): clarify hybrid line-number behaviour for v0.2

Spell out the Normal-vs-Insert distinction (relative with current line
absolute / absolute everywhere) so it's clear the gutter behaves like
Neovim's number+relativenumber combo, not flat absolute numbering.
This commit is contained in:
Julien Calixte
2026-05-16 00:40:07 +02:00
parent 3c825d8612
commit 1aa1d0e3cf

View File

@@ -33,7 +33,8 @@ Out of scope: Vim, palette, multiple files, branches, conflict handling.
- [ ] Movement: `h j k l`, `w b e`, `0 $`, `gg G`, `Ctrl-d Ctrl-u`
- [ ] `i a o O A` to enter Insert
- [ ] `Esc` returns to Normal
- [ ] Line numbers (absolute) in the left gutter
- [ ] Line numbers in the left gutter: relative in Normal mode (current line
shown as its absolute number), absolute in Insert mode
## v0.3 — Vim editing — [ ]