awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kien avatar

kien/ctrlp.vim

0
View on GitHub↗
7,241 estrellas·662 forks·VimL·2 vistaskien.github.com/ctrlp.vim↗

Ctrlp.vim

ctrlp.vim is a fuzzy file navigation tool for the Vim editor. It enables the location and opening of files, buffers, tags, and recently used items through approximate string matching and regular expressions.

The project identifies project roots by scanning for version control markers and configuration files. It allows for the creation of new files and their required parent directories directly from the search interface, and can open multiple files simultaneously.

Broad capabilities include text editor resource management and workflow automation, such as executing specific commands immediately after a file is opened. The system supports search indexing through pattern-based file filtering to exclude specific directories or symbolic links.

Features

  • Fuzzy File Finders - Provides a comprehensive fuzzy search interface for locating files, open buffers, tags, and recently used items.
  • Marker Detection - Automatically identifies project base directories by scanning for version control markers like .git folders.
  • Fuzzy Matching - Uses fuzzy matching algorithms to calculate similarity scores and rank the most relevant files and buffers.
  • Fuzzy Search Engines - Implements a fuzzy search engine to filter candidates using flexible matching techniques for fast file navigation.
  • Buffer Navigation - Provides rapid navigation between open buffers, files, and tags using a fuzzy search interface.
  • Vim - Integrates directly with the Vim editor using native Vim script to manage buffers and navigation commands.
  • Project Root Discovery - Determines the project root by scanning the filesystem for version control markers and configuration files.
  • Search Result Filtering - Filters search results by excluding files, directories, or symbolic links based on custom ignore patterns.
  • Asynchronous Project Scans - Implements non-blocking background directory crawling to populate the search list without freezing the editor UI.
  • Editor Buffer Managers - Manages recently used files and open buffers to facilitate quick switching between project documents.
  • File Ignore Patterns - Supports excluding specific files, directories, or symbolic links from the search index using ignore patterns.
  • Search-Integrated File Creation - Generates new files and automatically creates any missing parent directories directly from the search prompt.
  • Vim-Based Workflows - Automates development workflows by executing editor commands and creating directories from the search interface.

Historial de estrellas

Gráfico del historial de estrellas de kien/ctrlp.vimGráfico del historial de estrellas de kien/ctrlp.vim

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Ctrlp.vim

Proyectos open-source similares, clasificados según cuántas características comparten con Ctrlp.vim.
  • lucaong/minisearchAvatar de lucaong

    lucaong/minisearch

    5,804Ver en GitHub↗
    TypeScriptautocompleteautosuggestionedge-computing
    Ver en GitHub↗5,804
  • nvim-mini/mini.nvimAvatar de nvim-mini

    nvim-mini/mini.nvim

    9,325Ver en GitHub↗

    mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation, user interface, and text manipulation tools. It serves as a modular plugin collection, a UI toolkit for creating custom statuslines and notifications, and a package manager for installing and pinning external plugins from Git. The project provides a specialized fuzzy picker framework for filtering files and symbols, an LSP completion engine with interactive snippet expansion, and a dedicated plugin test framework that uses headless editor instances and remote procedure calls

    Lualuamini-nvimneovim
    Ver en GitHub↗9,325
  • liuchengxu/vim-clapAvatar de liuchengxu

    liuchengxu/vim-clap

    2,139Ver en GitHub↗

    Vim-clap is a high-performance fuzzy selection interface and command palette designed for Vim and NeoVim. It functions as an extensible plugin that enables rapid navigation of files, buffers, and project resources by offloading heavy search and filtering computations to an external background process. The project distinguishes itself through a pluggable provider architecture that allows developers to define custom search sources using external scripts or binaries. By decoupling the selection interface from the underlying fuzzy matching logic, it supports both built-in algorithms and high-perf

    Rustfloating-windowfuzzy-findernvim
    Ver en GitHub↗2,139
  • tagspaces/tagspacesAvatar de tagspaces

    tagspaces/tagspaces

    4,935Ver en GitHub↗

    TagSpaces is an offline-first file tagging and organization platform that lets you manage local files with portable metadata stored directly in filenames or sidecar JSON files, eliminating the need for a central database. It functions as a full-text file search engine, a Kanban board file organizer, a local AI file assistant, an S3-compatible cloud file manager, and a web clipper and bookmark manager, all within a single application. The project distinguishes itself through a local-first architecture where all file operations, indexing, and AI processing run entirely on the device, with cloud

    TypeScriptelectronjavascriptnote-taking
    Ver en GitHub↗4,935
Ver las 30 alternativas a Ctrlp.vim→

Preguntas frecuentes

¿Qué hace kien/ctrlp.vim?

ctrlp.vim is a fuzzy file navigation tool for the Vim editor. It enables the location and opening of files, buffers, tags, and recently used items through approximate string matching and regular expressions.

¿Cuáles son las características principales de kien/ctrlp.vim?

Las características principales de kien/ctrlp.vim son: Fuzzy File Finders, Marker Detection, Fuzzy Matching, Fuzzy Search Engines, Buffer Navigation, Vim, Project Root Discovery, Search Result Filtering.

¿Qué alternativas de código abierto existen para kien/ctrlp.vim?

Las alternativas de código abierto para kien/ctrlp.vim incluyen: lucaong/minisearch. nvim-mini/mini.nvim — mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation,… liuchengxu/vim-clap — Vim-clap is a high-performance fuzzy selection interface and command palette designed for Vim and NeoVim. It functions… tagspaces/tagspaces — TagSpaces is an offline-first file tagging and organization platform that lets you manage local files with portable… sinelaw/fresh — Zed is a terminal-based code editor built in Rust that provides a full-featured editing experience with familiar… roversx/launchnext.