feat(editor): add Visual mode (v/V) with y/d/c, move View to gr

Charwise `v` and linewise `V` selection with yank/delete/change on the
span; motions and counts extend it. Read-only View moves off v/V to
`gr` (go-read). Selection renders reverse-video on the 1-bit panel.
Normal motions factored into a shared move_by. Firmware -> 0.4.0.
This commit is contained in:
Julien Calixte
2026-07-11 20:50:16 +02:00
parent 470a9d25d0
commit fa0ea56e1a
4 changed files with 518 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "firmware"
version = "0.3.0"
version = "0.4.0"
authors = ["Julien Calixte <juliencalixte@gmail.com>"]
edition = "2024"
resolver = "2"