1 个仓库
Sequential processing of commands across a queue of text editor cursor positions.
Distinct from Batch Command Executions: Distinct from remote shell batching: this operates on an internal editor buffer queue.
Explore 1 awesome GitHub repository matching devops & infrastructure · Text Editor Batch Execution. Refine with filters or upvote what's useful.
vim-visual-multi 是一个 Vim 和 Neovim 插件,提供多光标文本编辑功能。它作为一个多光标文本编辑器和宏编排器,支持在文本的不同位置进行并行插入、删除和替换操作。 该插件包含一个正则表达式文本选择工具,可根据正则模式生成多个光标,从而识别匹配的单词或片段,实现跨文件的批量修改。 该系统涵盖了多种功能,包括光标的垂直对齐和同步到同一列,以及批量命令执行的自动化,允许宏在所有活动光标位置运行。选择管理工具支持添加、移除或跳过特定匹配项,以精确控制活动光标集。
Processes editor commands by iterating through a queue of cursor positions for sequential buffer updates.