vim_search_replace
Search and replace text in files using regex with options for global replacement, case insensitivity, and confirmation prompts.
Instructions
Find and replace with global, case-insensitive, and confirm options
Input Schema
Name | Required | Description | Default |
---|---|---|---|
confirm | No | Whether to confirm each replacement (default: false) | |
global | No | Replace all occurrences in each line (default: false) | |
ignoreCase | No | Whether to ignore case in search (default: false) | |
pattern | Yes | Search pattern (supports regex) | |
replacement | Yes | Replacement text |