How to change the default position of quickfix window in Vim?

Viewed 9750

Setup: MacVim with MiniBufExplorer plugin window spanning the entire top and Taglist plugin window on the right.

Due to the fact that I keep my Taglist on the right, whenever I open the quickfix window, it is positioned on the far right, below the Taglist window (with the same width as the Taglist window)

Is it possible to change the default opening position logic, so that the quickfix window will open below my main code window (down and to the left) or maybe span the entire width at the bottom of the Vim viewport?

2 Answers
Related