1 Repo
Implementation of behavioral logic from popular editor plugins within a native emulator.
Distinct from Editor Plugins: Focuses on emulating the behavior of existing plugins rather than providing a plugin extension API
Explore 1 awesome GitHub repository matching development tools & productivity · Plugin Logic Emulation. Refine with filters or upvote what's useful.
This project is a Vim keybinding emulation for Visual Studio Code. It implements modal text editing to separate navigation and content creation through specialized modes, reducing reliance on the mouse. The emulator supports custom IDE workflows by importing standard configuration files and remapping keyboard shortcuts. It integrates with external processes to handle complex commands and reproduces logic from common plugins for surrounding characters, commenting, and rapid motion. The capability surface includes keyboard-driven navigation using text objects, markers, and character sequences.
Reproduces logic from popular plugins for surrounding characters, commenting, and rapid motion.