Skip to content
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

feat(config): allow turning off G in GpChats #97

Closed
wants to merge 1 commit into from
Closed

Conversation

rob-3
Copy link
Contributor

@rob-3 rob-3 commented Jan 25, 2024

I had some trouble with the behavior of always jumping to the bottom of chats. For long chats, switching to the chat buffer would always lose my scroll place and go to the bottom. I can type G myself easily enough, so this PR adds an option to disable this behavior and retain the old scroll place.

I think it's worth making this the default (jump_to_bottom = false) or just removing the M._H.feedkeys("G", "x") call altogether and removing this flag, but for compatibility the current PR makes no changes to existing behavior. Let me know what you think!

@Robitx
Copy link
Owner

Robitx commented Jan 25, 2024

pulled into #98

@Robitx Robitx closed this Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants