# rhysd/clever-f.vim

Extended f, F, t and T key mappings for Vim.

Repository: https://github.com/rhysd/clever-f.vim
Canonical: https://ross.abutalabs.com/products/clever-fvim
Homepage: https://rhysd.github.io/clever-f.vim
Language: Vim Script
License Family: other
Topics: vim, vim-plugin, cursor-moves
Last push: 2022-10-15T14:24:46+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5058, "days_push": 1418, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1160, forks 42 (observed 2026-08-28T04:03:49.197471+00:00)

## What it is
clever-f.vim is a Vim plugin that extends the f, F, t, and T character-search motions so they can be repeated with the same key instead of ;. It adds features like target character highlighting, smart case matching, and customizable behavior.

## Use cases
- repeat character search in vim without pressing semicolon
- make f/F/t/T motions repeatable in vim
- highlight all matching target characters in the current line
- undo a jump with F after f{char}
- smart case insensitive character search in vim
- free up the ; key for other mappings

## When to choose
- you use Vim or Neovim and frequently navigate with f, F, t, or T
- you find repeating jumps with ; awkward and want f itself to repeat
- you want visual feedback via highlighting of jump targets
- you want to remap ; to something else

## When to avoid
- you don't use Vim-family editors
- you prefer stock Vim motions and minimal plugin footprints
- you rely on default ; and , repeat behavior and don't want it changed

## Facets
- artifact type: plugin
- maturity: stable
- function: editor
- domain: text-editors, developer-tools
- platform: editor-plugin, cross-platform
- tags: vim-plugin, cursor-movement, keybindings, vim-script, vim

## Member repositories
- rhysd/clever-f.vim (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:49.197471+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-30T06:31:49.562299+00:00, confidence not recorded.
  - readme: https://github.com/rhysd/clever-f.vim (fetched 2026-08-28T04:03:49.197471+00:00, sha 105f5b47cd06)
  - homepage: https://rhysd.github.io/clever-f.vim (fetched 2026-08-29T12:36:20.122420+00:00, sha d9d2017a4f53)
- Data as of 2026-08-30T08:39:29.467469+00:00.
