Prioritize moving view to the left margin when selecting multiple lines with x
#7919
Unanswered
kristian-clausal
asked this question in
Ideas
Replies: 1 comment 1 reply
-
I don't think this is feasible.
So i don't think this should be implemented. Particulary because this can already be achieved much more easily in other ways:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is just a minor quibble, but I didn't find anything about so, here goes.
I use an (around) 80-character width view, with a split terminal, so I understand I have less columns than is "hip" and "modern" in this day and age. As a consequence, I see this a lot:
In a file with overlong lines, selecting lines with
x
causes the cursor to jump around as it moves to the end of each lines. All good and expected, but I wish that when the cursor moves to a short line (less than width of viewable screen) that it would also scroll the view all the way to the left.I understand the reasoning for why this works like this; when just scrolling with a cursor, you don't want the view to be wrenched all the way to the left without reason. However, I feel like there could be an exception for line-selecting with
x
, because in that case I am pretty sure 99% of the time you want to keep and eye on where you are in the text, and when the beginnings of lines are cut off (because the view doesn't return to the left margin unless you scroll through an empty line) that is difficult.In this example image, the characters in capitals disappear out of view when selecting lines with
x
, even if the cursor moves towards left on a short line.Beta Was this translation helpful? Give feedback.
All reactions