vim_visual
Define visual selections in text buffers by specifying start and end line-column positions, enabling precise text manipulation within the MCP Neovim server environment.
Instructions
Create visual mode selections in the buffer
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endColumn | Yes | The ending column number for visual selection (0-indexed) | |
endLine | Yes | The ending line number for visual selection (1-indexed) | |
startColumn | Yes | The starting column number for visual selection (0-indexed) | |
startLine | Yes | The starting line number for visual selection (1-indexed) |