awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • terryma/vim-multiple-cursorsAvatar von terryma

    terryma/vim-multiple-cursors

    7,952Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,952
  1. Home
  2. Development Tools & Productivity
  3. Command Replication Systems