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

Option to auto-close error-list after confirming a jump #15

Closed
elkowar opened this issue Apr 29, 2021 · 3 comments
Closed

Option to auto-close error-list after confirming a jump #15

elkowar opened this issue Apr 29, 2021 · 3 comments

Comments

@elkowar
Copy link
Contributor

elkowar commented Apr 29, 2021

I'd love to have the error list automatically close once I jump to one of the errors (i.e. hit enter). Currently, if i want to close it again after jumping, i have to <C-w><C-w>q, which is rather anoying. having a close_on_jump option would be nice, and is the main thing keeping me from using this right now

@folke
Copy link
Owner

folke commented Apr 29, 2021

Good idea! I'll add it somewhere tomorrow

@folke
Copy link
Owner

folke commented May 2, 2021

I just added this.

There's a new action jump_close that is bind to o by default.

You can rebind it to <cr> or something else and change the default of jump to any other key.

Thanks again for the suggestion!

@elkowar
Copy link
Contributor Author

elkowar commented May 2, 2021

Amazing! Thanks a ton!

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

No branches or pull requests

2 participants