# dyng/ctrlsf.vim

A text searching plugin mimics Ctrl-Shift-F on Sublime Text 2

Repository: https://github.com/dyng/ctrlsf.vim
Canonical: https://ross.abutalabs.com/products/ctrlsfvim
Language: Vim Script
License Family: other
Topics: vim, neovim, async, ack, ag, pt, rg, grep
Last push: 2026-05-10T08:37:25+00:00

## Health v2 (maintenance only)
Score: 69/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 81, release rhythm 35, longevity 100
- inputs: {"age_days": 4625, "days_push": 115, "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 1632, forks 89 (observed 2026-08-28T04:05:14.178226+00:00)

## What it is
A Vim/NeoVim plugin that provides Sublime Text-style project-wide text search backed by ack, ag, pt, or ripgrep. It displays results in a rich context view and supports asynchronous searching plus an Edit Mode for applying changes across multiple files.

## Use cases
- search across all files in a vim project
- refactor code across multiple files from vim
- get sublime-text-like search results in vim
- run asynchronous grep inside neovim
- edit search results in place and save to files
- preview matches before opening files

## When to choose
- you live in Vim/NeoVim and want fast project-wide search with editable results
- you need multi-file find-and-replace workflows inside the editor
- you already use rg, ag, pt, or ack and want a better result view

## When to avoid
- you don't use Vim or NeoVim
- you only need simple quickfix-style grep without extra features
- you want an IDE's built-in search UI

## Facets
- artifact type: plugin
- maturity: active
- function: search-engine, developer-tools
- domain: developer-tools, text-editors
- platform: editor-plugin, cli
- tags: vim-plugin, neovim, grep-wrapper, ripgrep, ack, asynchronous-search, project-wide-refactoring, edit-mode

## Member repositories
- dyng/ctrlsf.vim (main) score 69

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:14.178226+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-30T03:47:47.052563+00:00, confidence not recorded.
  - readme: https://github.com/dyng/ctrlsf.vim (fetched 2026-08-28T04:05:14.178226+00:00, sha d267973f88ee)
- Data as of 2026-08-30T08:39:29.467469+00:00.
