jump-to-line

Rapidly jump to the start of any line that is currently visible

jmorrell

375

1

0.3.0

MIT

GitHub

jump-to-line

Rapidly jump to the start of any line that is currently visible.

gif

This was the only feature that I really used from vim-easymotion, and no other package emulated the workflow that I wanted well. Most of the time I don't want to search, or figure out what motion gets me precisely where I want. With this I just look at the line that I want to jump to, hit the label button, and I'm there.

Features

How to use

  1. Start jump-to-line-mode with jump-to-line:start
  2. Type the label for the line you want to go to, and your cursor will be moved

Commands

Keymap

No keymap by default.

e.g.

'atom-text-editor:not([mini])':
  'ctrl-;': 'jump-to-line:start'

Similar packages

Atom

Vim

Emacs

IntelliJ

Thanks to great predecessor!!

This package is a fork and rewrite to flow/ES6 of atom-smalls