Atom package to move the cursor up and down skipping x amount of lines.
jump-lines:up
, default ctrl-alt-up
: Move the cursor up 10 rowsjump-lines:up-small
, default alt-up
: Move the cursor up 5 rowsjump-lines:down
, default ctrl-alt-down
: Move the cursor down 10 rowsjump-lines:down-small
, default alt-down
: Move the cursor down 5 rowsnumberLinesJump:10
: number of lines used to move the cursornumberLinesSmallJump:5
: number of lines used to move the cursor with a small jumpGood catch. Let us know what about this package looks wrong to you, and we'll investigate right away.