vim_search
Search within the current Vim buffer using regex, with options to ignore case or match whole words, enhancing text editing efficiency.
Instructions
Search within current buffer with regex support and options
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ignoreCase | No | Whether to ignore case in search (default: false) | |
pattern | Yes | Search pattern (supports regex) | |
wholeWord | No | Whether to match whole words only (default: false) |