zed
zed copied to clipboard
terminal: Fix non regex search to actually be non regex
Alacritty seems to support only regex search out of the box. This PR just escapes all special regex chars to make non regex search work as expected. Disclaimer: New to Rust.
Release Notes:
-Fixed #4880.