AIon
AIon

Reputation: 13081

how to enable horizontal scrolling in atom editor using keystrokes?

I have long lines of code. But i don't want to use soft wraps because it breaks the nice formatting - and there isn't enough space on my screen anyway.

I want to scroll horizontally - left or right based on keystrokes for example:

ctrl + right arrow/ ctrl + left arrow

What is the command for horizontal scrolling?

Or at least be able to press the scroll wheel of the mouse and drag left or right.. like it's possible in the browser sometimes.

Right now i do it with the horizontal bar from the bottom of the editor. It's soo time consuming. Thank you:)

Upvotes: 1

Views: 2108

Answers (1)

AIon
AIon

Reputation: 13081

Found it! It's actually very simple: use shift + scroll wheel. Couldn't find a keyboard-only solution yet.

Upvotes: 2

Related Questions