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
·

1 repositorio

Awesome GitHub RepositoriesCommand Replication Systems

Mechanisms that capture a single user action and replicate it across multiple target locations in a document.

Distinct from Replication Buffer Configurations: The candidates are for data replication or frame buffers, whereas this is about replicating text editing commands across virtual cursors.

Explore 1 awesome GitHub repository matching development tools & productivity · Command Replication Systems. Refine with filters or upvote what's useful.

Awesome Command Replication Systems GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • terryma/vim-multiple-cursorsAvatar de terryma

    terryma/vim-multiple-cursors

    7,952Ver en GitHub↗

    This is a Vim plugin that adds simultaneous multi-selection and parallel editing capabilities to the editor. It functions as a multi-cursor tool and regex-based batch editor, allowing users to perform the same editing action across multiple locations in a buffer at once. The extension enables the placement of virtual cursors across a document using regular expressions or by identifying all occurrences of a word. It also allows for the generation of cursors on every line within a visual selection to facilitate multi-line block editing. The tool supports synchronized character insertion and pa

    Implements a system that captures an editing command and applies it sequentially across all active virtual cursors.

    Vim script
    Ver en GitHub↗7,952
  1. Home
  2. Development Tools & Productivity
  3. Command Replication Systems