Preserve preferred column on vertical motion

This commit is contained in:
slhx agent
2026-06-21 20:25:39 +02:00
parent 9f4c1539e4
commit 2277ed281d
4 changed files with 110 additions and 35 deletions
+2
View File
@@ -21,6 +21,8 @@ Rows are redgate TSV requirements: `ring<TAB>id<TAB>summary [tag]`.
1 008 Line start/end motions SHALL have mobile-reachable aliases in addition to attached/Vim-style symbol or digit keys. [mobile]
1 009 Insert-mode Tab SHALL expand to spaces by default. [mobile]
1 010 Select mode SHALL extend the active range with motions and keep semantic object selection behind an explicit object rail. [mobile]
1 011 Vertical line motions SHALL preserve a preferred cursor cell across ragged lines, clamped to each target line until horizontal/editing motion resets the preference. [mobile]
1 012 Line selections SHALL be able to include the line's newline boundary so linewise edits can preserve Vim-like newline semantics. [mobile]
## ui