# justinmk/vim-sneak

The missing motion for Vim :athletic_shoe:

Repository: https://github.com/justinmk/vim-sneak
Canonical: https://ross.abutalabs.com/products/vim-sneak
Homepage: http://www.vim.org/scripts/script.php?script_id=4809
Language: Vim Script
License: MIT
License Family: permissive
Topics: vim, neovim, nvim, plugin, motion, navigation, viml, neovim-plugin, vim-plugin
Last push: 2025-12-10T05:00:30+00:00

## Health v2 (maintenance only)
Score: 55/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 56, release rhythm 28, longevity 100
- inputs: {"age_days": 4729, "days_push": 266, "days_rel": 266, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3532, forks 90 (observed 2026-08-28T04:08:08.948452+00:00)

## What it is
Sneak is a Vim/Neovim plugin that adds a motion for jumping to any location specified by two typed characters, working across multiple lines, with operators, visual mode, dot-repeat, and macros. It also offers an optional label-mode as a minimalist alternative to EasyMotion.

## Use cases
- jump to any occurrence of two characters in vim
- navigate code faster without full search
- delete or change text up to a two-character target
- repeatable cursor motions with ; and ,
- label-based jumping like easymotion but minimal
- move cursor to next match of a short string

## When to choose
- you use Vim or Neovim and want fast two-character jump motions
- you want operator and dot-repeat support for jumps
- you want a lighter alternative to EasyMotion

## When to avoid
- you don't use modal editors like Vim or Neovim
- you need full-text fuzzy finding across files rather than in-buffer motion

## Facets
- artifact type: plugin
- maturity: stable
- function: editor, developer-tools
- domain: text-editors, developer-tools
- platform: editor-plugin, cross-platform
- tags: vim-plugin, neovim, motion, navigation, easymotion-alternative, viml

## Member repositories
- justinmk/vim-sneak (main) score 55

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:08.948452+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:35:05.262581+00:00, confidence not recorded.
  - readme: https://github.com/justinmk/vim-sneak (fetched 2026-08-28T04:08:08.948452+00:00, sha 54e112854b90)
  - homepage: http://www.vim.org/scripts/script.php?script_id=4809 (fetched 2026-08-29T09:28:56.275115+00:00, sha 05b9a14575e3)
  - site_page: https://www.vim.org/about.php (fetched 2026-08-29T09:28:56.284530+00:00, sha 1bd2c1907ce5)
  - site_page: https://www.vim.org/docs.php (fetched 2026-08-29T09:28:56.286625+00:00, sha 438015e9e2e2)
  - site_page: http://www.vim.org/about.php (fetched 2026-08-29T09:28:56.288582+00:00, sha fbe78bde9535)
- Data as of 2026-08-30T08:39:29.467469+00:00.
