Closed pxsty0 closed 4 months ago
What can I do to customize the search window that we open with the "ctrl + f" combinations?
@pxsty0 This is a default feature and can be controlled through searchKeymap.
searchKeymap
https://github.com/uiwjs/react-codemirror/blob/9e321013fbf30b6f8bce62ffdb9de60c8460f4fb/extensions/basic-setup/src/index.ts#L104-L106
@pxsty0 If you want to customize it, you can refer to the codemirror/search Git repository.
What can I do to customize the search window that we open with the "ctrl + f" combinations?