jump-lines package
Atom package to move the cursor up and down skipping x amount of lines.
Key bindings
jump-lines:up
, defaultctrl-alt-up
: Move the cursor up 10 rowsjump-lines:up-small
, defaultalt-up
: Move the cursor up 5 rowsjump-lines:down
, defaultctrl-alt-down
: Move the cursor down 10 rowsjump-lines:down-small
, defaultalt-down
: Move the cursor down 5 rows
Options
numberLinesJump:10
: number of lines used to move the cursornumberLinesSmallJump:5
: number of lines used to move the cursor with a small jump