From 1aa1d0e3cfde8335b458caf903018daec9928f83 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 16 May 2026 00:40:07 +0200 Subject: [PATCH] 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. --- docs/roadmap.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index 4663067..a8c55a8 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -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 — [ ]