1 个仓库
Hooks that intercept and evaluate keystrokes within a text editor before processing.
Distinct from Input Event Interception: Distinct from raw hardware signal interception: specifically targets editor-level input streams.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Editor Input Interceptors. Refine with filters or upvote what's useful.
Hardtime.nvim is a Neovim plugin designed to improve editing proficiency by monitoring keystrokes and enforcing constraints on inefficient navigation patterns. It functions as a training tool that intercepts input to identify suboptimal workflows, helping users transition from repetitive manual cursor movements to more advanced text manipulation commands. The plugin distinguishes itself by combining real-time feedback with active input restriction. It employs stateful rate limiting and blocks excessive identical keystrokes to discourage reliance on inefficient sequences. When suboptimal patte
Hooks into the editor input stream to intercept and evaluate keystrokes before they are processed.