DanilaMihailov / beacon.nvim

Whenever cursor jumps some distance or moves between windows, it will flash so you can see where it is
339 stars 9 forks source link

After jumping, flash the line you were on prior to the jump? #27

Closed asheq-svmx closed 1 year ago

asheq-svmx commented 1 year ago

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?