-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
cider-jump-to puts cursor in awkward position in the navigated-to buffer window #2850
Comments
Same problem here. :-)
I guess it has been like this for a very long time.
Agreed. I'll just have it centered. I doubt anyone would dislike this - if so I can make it configurable. |
Thanks for the quick response and update! |
I have observed that
cider-jump-to
which is called fromcider-find-var
seems to now always put the cursor/point on the last line of the buffer it navigates into. The line is not centered. So it means my point is really low in the buffer and I always forget and can’t find it.I do not remember this being the case in the past. It used to be I believe centered on the line that was navigated to.
I’m on 0.25.0snapshot of cider, but I think it's been around for a while now.
I typically deal with it by immediately calling
recenter-top-bottom
in the newly navigated to buffer so that my cursor (point) is in a predictable place that I can find.Ideally, cider would jump into a new buffer and do something like center point in the middle of the buffer or perhaps at the top. I think the worst place for cursor/point to end up is the last line of the buffer - and this is typically what I'm seeing.
The text was updated successfully, but these errors were encountered: