vim_edit
Modify buffer content in Neovim by inserting, replacing, or replacing all text based on specified line positions, leveraging Vim's native editing workflows for precise text manipulation.
Instructions
Edit buffer content using insert, replace, or replaceAll modes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
lines | Yes | The text content to insert or use as replacement | |
mode | Yes | Whether to insert new content, replace existing content, or replace entire buffer | |
startLine | Yes | The line number where editing should begin (1-indexed) |