When I use helm-grep-do-git-grep
results are shown in the current window or a different one, but it takes the whole window. It there an option to show results in the minibuffer, below the current window where one is searching? Thanks!
Asked
Active
Viewed 35 times
0

Adelita
- 155
- 7
-
Results are displayed below the current window by default, so you may want to check your configuration first. – jagrg Sep 25 '22 at 10:28
-
Where do I check this? What part of the configuration? – Adelita Sep 26 '22 at 10:06
-
Your helm configuration. Try running `helm-grep-do-git-grep` from `emacs-helm.sh`. If results are shown below, then something in your .emacs/init.el file is causing the undesired behaviour. – jagrg Sep 27 '22 at 11:28
-
What does "running from "emacs-helm.sh" mean? – Adelita Sep 28 '22 at 16:24
-
It means using Helm without your configuration. See [here](https://github.com/emacs-helm/helm/wiki#quick-try-with-emacs-helmsh) for more information. – jagrg Sep 29 '22 at 17:41
-
I see, thanks! However, the result panel shows in the right, as in my personal config. Of course, I work usually with C-x 3 (two vertical windows). And the results show on the right. If I have only one window, it shows in the minibuffer. How to make it show in minibuffer always? – Adelita Oct 05 '22 at 08:36
-
Try changing `helm-always-two-windows` or `helm-split-window-inside-p`. – jagrg Oct 05 '22 at 20:24