~~appending with a
while cursor at EOL should behave as A
~~
While traversing words in a line with w
, if line-ending crlf
, selecting the last word with w
causes the selection to include EOL. While line-ending lf
doesn't cause that issue.
#7701
Answered
by
pascalkuthe
masriomarm
asked this question in
Ideas
-
while cursor at EOL, appending with |
Beta Was this translation helpful? Give feedback.
Answered by
pascalkuthe
Sep 11, 2023
Replies: 1 comment 6 replies
-
This is intentional behavior borrowed from Kakoune for the sake of consistency over special-casing EOL. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the behaviour for
w
is indeed a bug (the classic using chars instead of graphemes) but the behaviour ofa
is very much intentional