Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 566 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 566 Bytes

jump-lines package

Atom package to move the cursor up and down skipping x amount of lines.

Key bindings

  • jump-lines:up, default ctrl-alt-up : Move the cursor up 10 rows
  • jump-lines:up-small, default alt-up : Move the cursor up 5 rows
  • jump-lines:down, default ctrl-alt-down : Move the cursor down 10 rows
  • jump-lines:down-small, default alt-down: Move the cursor down 5 rows

Options

  • numberLinesJump:10: number of lines used to move the cursor
  • numberLinesSmallJump:5: number of lines used to move the cursor with a small jump