vim_search
Search within the current buffer using regex, with options to ignore case or match whole words only, enhancing text navigation in Vim workflows.
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) |