Sometimes after jumping to a new line (via n or {, etc.), I get lost if the window has scrolled as a result of the jump.
After jumping, instead of flashing the new cursor line, I want to flash the old cursor line a.k.a. the line I was on prior to jumping (assuming that line is still on screen). This will help me keep track of where I was and how much the window has scrolled.
Sometimes after jumping to a new line (via
n
or{
, etc.), I get lost if the window has scrolled as a result of the jump.After jumping, instead of flashing the new cursor line, I want to flash the old cursor line a.k.a. the line I was on prior to jumping (assuming that line is still on screen). This will help me keep track of where I was and how much the window has scrolled.
Is this possible with beacon.nvim?