Files
oak-gpui/crates/vim/src
Ömer Sinan Ağacan 71f4ca67c2 Use WHOLE_WORD search option in vim mode's whole-word search (#18725)
Instead of wrapping the search term with `\<...\>`, enable the
`WHOLE_WORD` search option.

The advantage of the search option is that it can be toggled with one
click/key press (alt+w by default), and it doesn't require regex mode.

Release Notes:

- Vim mode's whole word search now uses the search bar's "Match whole
words" option, instead of wrapping the search term with `\<...\>`. This
allows easier toggling of whole-word search, and it also works without
enabling the regex mode.
2024-10-09 19:26:28 +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