uiwjs / react-codemirror

CodeMirror 6 component for React. @codemirror https://uiwjs.github.io/react-codemirror/
https://uiwjs.github.io/react-codemirror/
MIT License
1.69k stars 134 forks source link

Customizing the search menu #666

Closed pxsty0 closed 4 months ago

pxsty0 commented 5 months ago

What can I do to customize the search window that we open with the "ctrl + f" combinations?

jaywcjlove commented 4 months ago

@pxsty0 This is a default feature and can be controlled through searchKeymap.

https://github.com/uiwjs/react-codemirror/blob/9e321013fbf30b6f8bce62ffdb9de60c8460f4fb/extensions/basic-setup/src/index.ts#L104-L106

image
jaywcjlove commented 4 months ago

@pxsty0 If you want to customize it, you can refer to the codemirror/search Git repository.