centered-cursor-mode.el
centered-cursor-mode.el copied to clipboard
Centered Cursor Mode is disabled during search+replace
I observed the following behavior on spacemacs in evil mode:
When search+replacing with ":%s\test\bla\gc" the cursor moves to the bottom of the screen when moving through the search results.
Desired behavior:
The cursor should remain centered also when moving through search results.