Replies: 5 comments 11 replies
-
Yeah, this make all movement action consistent with find, till, word-next... and I don't see any downside of implement this. All goto movements, unimpaired movements and |
Beta Was this translation helpful? Give feedback.
-
It can be configured to extend instead of move, though I agree that it makes more sense for it to extend by default (even though inconsistent). I guess it's similar to the age-old [keys.normal]
"g" = { "l" = "extend_to_line_end", "h" = "extend_to_line_start" } |
Beta Was this translation helpful? Give feedback.
-
If selections are being avoided with these movements due to ugliness reasons then there could be another way UI wise to represent the selection without making the text look ugly. |
Beta Was this translation helpful? Give feedback.
-
By default, I think |
Beta Was this translation helpful? Give feedback.
-
Apart from |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
gl
doesn't select text till the end and neither doesgh
till the start. That way deleting text till the end or till the beginning could be one key stroke shorter as opposed tovgld
orvghd
. Evenge
should visually select the text till the end so thatged
is a better alternative tovxgegld
.Beta Was this translation helpful? Give feedback.
All reactions