I'm using ack.vim. It's working finely, except a quickfix window's stange behavior.
After searching done, I can open a file from the results listed on quickfix window.
There are several ways to open. Usualy i go with typing o
(Open), v
(Vertical Split) or h
(Horizontal Split).
But everytime, either v
or h
is pressed, the quickfix window gains height of window.
So if i pressed h
for five times, terminal is almost to be oqupied by only the quick fix window.
For now, for this workaround, i'll type ctrl
+w
-
to reduce the window height, but this is very annoying.
Anyone knows how to fix this issue?
Thank you for your help.