Files
oak-gpui/crates
Ömer Sinan Ağacan 325f106c8b Add vim::Search command option for non-regex search (#19177)
Similar to e2647025ac, this adds a `regex`
option to `vim::Search` command to allow disabling regex search.

Release Notes:

- Added `regex` option to `vim::Search` command to allow disabling regex
search by default in the keymap. Example usage:
  ```yaml
  {
    "context": "VimControl && !menu",
    "bindings": {
      "/": ["vim::Search", { "regex": false }],
    }
  }
  ```
2024-10-14 09:59:29 +02:00
..
2024-09-13 13:17:49 -04:00
2024-08-13 23:06:07 -07:00
2024-07-15 17:04:15 -06:00
2024-09-23 15:28:04 -06:00
2024-10-02 13:27:16 +02:00
2024-09-16 08:29:46 -04:00