-
Notifications
You must be signed in to change notification settings - Fork 19
Position of the quickfix window #36
Comments
Agree, but since we also have require('cmake').setup({
quickfix = {
pos = 'buttom',
height = 10,
only_on_error = false,
}
}) |
how about "auto focus on the quickfix window", i cant find the configure now. |
I don't see any use case for it. You can navigate quickfix items using |
thanks for your reply! |
I personally have a keymap which toggle quickfix. And I would recommend to use something like this instead.
It's impossible to interact with quickfix window. If it will be a built-in terminal - it's different and not related to quickfix. |
thanks a lot for you patience. |
Describe the problem or limitation you are having
If I open the quickfix window manually i can do something like
:top copen
to specify the position of the window.Describe the solution you'd like
A configuration option to specify the position of the quickfix window.
Maybe something like this:
The text was updated successfully, but these errors were encountered: