Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 922 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 922 Bytes

Scrolly

scrolly

This package is no longer maintained and looking for a new owner. If you'd like to take over please let me know

Scrolly let's you scroll up and down while keeping the cursor on the same line. This is great to get a quick look at the lines that are off screen without loosing your position.

The functionality is basically the same as if you were using the mouse wheel.

Installation

apm install scrolly

or find it in the Packages tab under settings

Usage Mac

  • alt-up scroll up one line
  • alt-down scroll down one line

Usage Linux/Windows

  • ctrl-up scroll up one line
  • ctrl-down scroll down one line

Horizontal scrolling

You can enable horizontal scrolling by assigning keys to your keymap:

'.workspace .editor:not(.mini)':
  'alt-left': 'scrolly:left'
  'alt-right': 'scrolly:right'