1 Repo
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.
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.