serenity icon indicating copy to clipboard operation
serenity copied to clipboard

LibGUI: Implement linewise visual mode for VimEditingEngine

Open huttongrabiel opened this issue 3 years ago • 2 comments

Visual line mode is almost identical to visual mode except for it operates on whole lines. Movement up/down with k/j selects whole lines and left/right with l/h has no affect. Shift+V enters visual line mode.

huttongrabiel avatar Jul 27 '22 19:07 huttongrabiel

Vim documentation for "linewise visual" mode: linewise visual

huttongrabiel avatar Jul 27 '22 19:07 huttongrabiel

The commit title isn't very descriptive, maybe include that this change is for VimEditingEngine

networkException avatar Jul 29 '22 16:07 networkException

This has conflicts.

AtkinsSJ avatar Sep 09 '22 19:09 AtkinsSJ

TBH, I forgot I opened this. Looks like somebody else got it done, #15016 , :ninyak: . Will close :^)

huttongrabiel avatar Sep 10 '22 02:09 huttongrabiel