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: add option to control cycling of result list #302

Merged
merged 1 commit into from
Jun 24, 2023

Conversation

willnorris
Copy link
Contributor

@willnorris willnorris commented Jun 24, 2023

Add new cycle_results option (default: true, the current behavior), to control whether to cycle the results list when reaching the beginning or end of the list.

I find myself regularly disoriented about where I am in a list of diagnostics when I cycle back to the beginning without realizing it. I always prefer to stop when I reach the end of the list so that it's obvious that I'm at the end (like setting scroll_strategy = limit in telescope). Going back to the beginning is simple enough with normal vim movements.

Add new cycle_results option (default: true, the current behavior), to
control whether to cycle the results list when reaching the beginning or
end of the list.
@folke
Copy link
Owner

folke commented Jun 24, 2023

thank you

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.

None yet

2 participants