When I close the quick-fix window, focus moves to nvim-tree even if another buffer is open #1927
Unanswered
johnmathews
asked this question in
Q&A
Replies: 1 comment 2 replies
-
A quick test with a minimal configuration resulted in a file buffer window being focused on Do you have an other plugins/automation that might be affecting this behaviour? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to prevent nvim-tree being focussed when I close the quick-fix window. Is this possible?
It seems like focus always moves the left most buffer, which is kind of annoying as I usually want to continue working in the buffer I was in when I opened the quick-fix window.
Beta Was this translation helpful? Give feedback.
All reactions