We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've got let g:quickr_preview_on_cursor = 1 set to open the preview automatically. Naturally, is reverse possible?
let g:quickr_preview_on_cursor = 1
Meaning is there a means to also have the preview automatically close on Quickfix List close instead of keeping an un-modifiable preview to stay open?
The text was updated successfully, but these errors were encountered:
The preview window should close automatically when you close the quickfix list.
Sorry, something went wrong.
I'll start a session without any other configs and see if I can replicate the issue.
@fanuch did you get to the bottom of this? I am having the same issue - preview does not close when quick fix window is closed
Successfully merging a pull request may close this issue.
I've got
let g:quickr_preview_on_cursor = 1
set to open the preview automatically.Naturally, is reverse possible?
Meaning is there a means to also have the preview automatically close on Quickfix List close instead of keeping an un-modifiable preview to stay open?
The text was updated successfully, but these errors were encountered: