# wincent/command-t

⌨️ Fast file navigation for Neovim and Vim

Repository: https://github.com/wincent/command-t
Canonical: https://ross.abutalabs.com/products/command-t
Language: Lua
License: BSD-2-Clause
License Family: permissive
Topics: vim
Last push: 2026-08-13T10:50:38+00:00

## Health v2 (maintenance only)
Score: 96/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 93, longevity 100
- inputs: {"age_days": 6022, "days_push": 20, "days_rel": 51, "gap_med": 22.5, "n_releases_24m": 9}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2782, forks 317 (observed 2026-08-28T04:07:21.789711+00:00)

## What it is
Command-T is a Neovim plugin providing extremely fast fuzzy matching for opening files, buffers, tags, help, and commands with minimal keystrokes. It is a Lua rewrite of the classic Vim plugin, with a hand-crafted C matching algorithm optimized for speed and match ranking.

## Use cases
- fuzzy find and open files in Neovim
- switch between open buffers quickly
- jump to tags or help topics with few keystrokes
- rerun previous searches and commands
- open files in splits or tabs from a fuzzy matcher
- speed up file navigation in large codebases

## When to choose
- you use Neovim and want the fastest fuzzy file finder available
- you need high-quality, intuitive match ranking for file paths
- you work in large repositories where navigation speed matters
- you want to open files in splits or tabs with minimal typing

## When to avoid
- you use plain Vim rather than Neovim (the Lua rewrite requires Neovim)
- you prefer built-in or simpler fuzzy finders without a C extension
- you need a general-purpose IDE file search outside of Vim/Neovim

## Facets
- artifact type: plugin
- maturity: active
- function: search-engine, developer-tools, cli
- domain: developer-tools, text-editors
- platform: editor-plugin, windows
- tags: neovim, vim-plugin, fuzzy-finder, file-navigation, lua, fuzzy-matching, linux, macos

## Member repositories
- wincent/command-t (main) score 96

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:21.789711+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-30T08:16:05.692982+00:00, confidence not recorded.
  - readme: https://github.com/wincent/command-t (fetched 2026-08-28T04:07:21.789711+00:00, sha cdf38492172d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
