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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user