Files
oak-gpui/crates/vim/src
Ö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-07-28 22:44:32 -06:00
2024-08-20 20:48:50 -06:00
2024-08-20 20:48:50 -06:00
2024-09-20 13:02:39 -06:00
2024-09-20 13:02:39 -06:00