Is there a setting for the Horizontal scroll? Would like it to be more than 4 characters.
-
I don’t like to run in the ‘Wrap’ mode, is there a way to adjust the amount the horizontal scrolling when the cursor reaches the right edge?
-
-
I run in the Non-Wrap mode. When you move the cursor to the right edge minus one character, the next cursor movement to the right scrolls the display to the left by three characters. I would like to be able to change this amount to something like 30 characters.
-
Afaik, there is no builtin configurable parameter to achieve this.
Just some thoughts, do you know the ctrl+right/left behavior?
If this doesn’t suite you another possible solution might be to
create two python scripts and assign two shortcuts.
One would jump an amount of chars to the right and the other
to the left.
I assume
editor.positionFromLine (to get the line start position)
editor.getLineEndPosition (as name says …)
editor.lineFromPosition (…)
editor.getCurrentPos (…)
editor.gotoPos (…)
should do the trick.
If you need help creating the scripts - let us know.Cheers
Claudia -
S shodanx2 referenced this topic on
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login