Hi all
I frequently use :%s
to substitute across the current file. I recently updated my work computer to 0.11.0 and lost a behavior that I rate highly. Namely, I would be able to hit any key while confirming substitution and get a visual selection indication of what is going to be substituted next. I’ve taken a screenshot on my personal computer (which still runs 0.10.0) to make this more obvious. I can only post one screenshot as I’m a new user.
At this point I’ve input :%s/RUN/funnnnnn/gc
and hit enter
.
Hitting (in this case) v
highlights the first occurrence. I think I can hit any letter here basically. This visual selection travels to the next occurrence of RUN
and is very helpful.
Any ideas on what I can do? Here’s my configuration. kickstart.nvim/lua at master · seanturner026/kickstart.nvim · GitHub
I tried to set vim.opt.incsearch = true
today but that didn’t seem to help.