How can I do x
without the buffer scrolling horizontally to the end of the line?
#12974
Answered
by
tpm-cd
willfaught
asked this question in
Q&A
-
When it does that, I can't see the start of the next (shorter) line to decide whether to press |
Beta Was this translation helpful? Give feedback.
Answered by
tpm-cd
Feb 28, 2025
Replies: 1 comment 1 reply
-
Would If it helps, maybe a remap like [keys.normal]
x = ["extend_line_below", "flip_selections"] Note that this is not great, since repeated |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
willfaught
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would
Alt-;
to pull the anchor to the start solve your use case?If it helps, maybe a remap like
Note that this is not great, since repeated
x
will not scroll the text (the anchor will always stay at the beginning of the line where you first typedx
).