Ömer Sinan Ağacan
e2647025ac
Add vim::MoveTo{Next,Prev} flags for regex and case sensitive search (#18429)
This makes the hard-coded regex and case-sensitive search flags in
`vim::MoveToNext` and `vim::MoveToPrev` commands configurable in key
bindings.
Example:
```json
{
"context": "VimControl && !menu",
"bindings": {
"*": ["vim::MoveToNext", { "regex": false, "caseSensitive": false }],
"#": ["vim::MoveToPrev", { "regex": false, "caseSensitive": false }]
}
}
```
Closes #15837.
Release Notes:
- Added `regex` and `caseSensitive` arguments to `vim::MoveToNext` and
`vim ::MoveToPrev` commands, for toggling regex and case sensitive
search.
2024-10-04 09:10:26 +02:00
..
2024-07-28 22:44:32 -06:00
2024-10-04 09:10:26 +02:00
2024-09-12 14:46:08 -04:00
2024-08-20 20:48:50 -06:00
2024-09-27 10:06:19 -06:00
2024-09-12 14:46:08 -04:00
2024-09-27 10:06:19 -06:00
2024-08-20 20:48:50 -06:00
2024-08-20 20:48:50 -06:00
2024-09-06 11:58:39 +02:00
2024-09-27 10:06:19 -06:00
2024-09-07 02:36:55 +02:00
2024-09-06 11:58:39 +02:00
2024-09-20 13:02:39 -06:00
2024-09-20 13:02:39 -06:00
2024-09-10 11:49:04 -04:00
2024-09-16 17:10:57 -07:00
2024-09-26 11:07:07 +02:00
2024-09-27 10:06:19 -06:00