You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just built a new version of Helix at HEAD (8dab8a0) and the behavior of search (i.e. / then n) has broken such that the cursor and entry are always one-line off the bottom of the screen. I don't know what the previous behavior was (e.g. center of screen, bottom of screen), but it definitely wasn't this.
As a workaround I just type nzz to center the (otherwise not-visible) result.
Reproduction Steps
Should be readily reproducible, just search for a known string outside the current viewport.
Helix log
Not including this for now, can include if deemed helpful
Do you have your scroff set to 0? I can reproduce the problem in that case but not otherwise. I think the refactor of the positioning code in #5420 simply as an off by 1 error here for the scroll-off at the bottom of the screen
Summary
I just built a new version of Helix at HEAD (8dab8a0) and the behavior of search (i.e.
/
thenn
) has broken such that the cursor and entry are always one-line off the bottom of the screen. I don't know what the previous behavior was (e.g. center of screen, bottom of screen), but it definitely wasn't this.As a workaround I just type
nzz
to center the (otherwise not-visible) result.Reproduction Steps
Should be readily reproducible, just search for a known string outside the current viewport.
Helix log
Not including this for now, can include if deemed helpful
Platform
Linux
Terminal Emulator
alacritty / tmux
Helix Version
helix 22.12 (8dab8a0)
The text was updated successfully, but these errors were encountered: