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
suboptimal, they're probably a good enough choice to
>>> get started.
>>>
Rust's collections can be grouped into four major
categories:
And that when scrolling back up, we don't arrive at the initial location, but a little lower, as we scroll up less than we have scrolled down.
Reproduction Steps
I tried this:
space+k to open documentation
ctrl+d to scroll down
I expected this to happen:
Scroll down without creating a gap between the current and previous view window.
Instead, this happened:
Right now it scrolls so far down, that some lines below the previous viewing window are now above it, without ever being in view.
Helix log
~/.cache/helix/helix.log
These are the only two lines from this session.
2022-04-17T18:29:53.490 helix_lsp::transport [ERROR] <- Server error: content modified
2022-04-17T18:29:54.418 helix_lsp::transport [ERROR] <- Server error: content modified
Summary
Scrolling down in the documentation using
ctrl+d
scrolls further down thanctrl+u
scrolls up. Scrolling down even jumps too far, skipping a few lines.Scrolling down too far
https://asciinema.org/a/488137
Note how the lines prefixed with
>>>
here are skipped when scrolling down:And that when scrolling back up, we don't arrive at the initial location, but a little lower, as we scroll up less than we have scrolled down.
Reproduction Steps
I tried this:
space+k
to open documentationctrl+d
to scroll downI expected this to happen:
Scroll down without creating a gap between the current and previous view window.
Instead, this happened:
Right now it scrolls so far down, that some lines below the previous viewing window are now above it, without ever being in view.
Helix log
~/.cache/helix/helix.log
These are the only two lines from this session.
Platform
macOS
Terminal Emulator
iTerm2 Build 3.4.15
Helix Version
helix 22.03 (d4e45fd)
The text was updated successfully, but these errors were encountered: