-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto scroll when repl is not the active window #1164
Labels
Comments
joshpetit
changed the title
Auto scroll when repl is not active
Auto scroll when repl is not the active window
Feb 21, 2024
I can't reproduce this, for me the auto-scroll continues after leaving the buffer. |
Same here, autoscroll stops after leaving the buffer.
I'm using flutter-tools.nvim as debug adapter, maybe that's the culprit. |
Seems to work when i open the window manually, but autoscroll doesn't work when it's opened using rcarriga/nvim-dap-ui .open() command. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem Statement
If you press G while in the repl window, it will keep the bottom of the output in view. If you leave that repl though that autoscrolling will stop
Possible Solutions
I'd suggest either making the autoscroll continue even after leaving the buffer
Considered Alternatives
No response
The text was updated successfully, but these errors were encountered: