andre-r / centered-cursor-mode.el

An emacs minor mode for smooth scrolling
GNU General Public License v2.0
60 stars 12 forks source link

Centered Cursor Mode is disabled during search+replace #22

Open rommeswi opened 2 years ago

rommeswi commented 2 years ago

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.