Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 854 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 854 Bytes

vim-jumpmotion

Jump to anywhere in the window. A fully featured, lightweight and speedy alternative to vim-easymotion that works with any motion in all modes and supports before/after actions. Batteries included.

Check out conceal branch to display labels using conceals.

jumpmotion highlights next occurrences of searched text

jumpmotion highlights WORDS

Why?

  • I’m bored.
  • vim-easymotion was noticeably slow in some of my use cases.
  • vim-easymotion dies from very long lines.
  • vim-easymotion is +10K lines and several megabytes.