New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with tab complete in shell #1136
Comments
Thanks. I've added a fall back to minibuffer for this situation. |
Great thanks. is this change updated on melpa? |
Yes. MELPA updates every 4 hours. |
Just remove the package from |
alternatively is there a way to disable ivy in a particular buffer while keeping it active in the rest? |
You can use: (setq ivy-display-functions-alist nil) But as far as I can see, the issue was fixed. If you can provide a reproducible scenario with |
I ran emacs -Q (package-initialize) then I opened a second windows in the frame then make the shell window small using C-x ^ This breaks tab complete or C-M-i Interestingly this does not happen in eshell. In eshell tab complete simply ignores ivy and C-M-i complete elisp commands and works fine. |
Hi thanks |
When there's no vertical space. Fixes #1136
The previous fix was for the situation when there's not enough horizontal space. The current fix is for the situation when there's not enough vertical space. Please test again. |
Hi
I've been having some issues sometimes when I try to do tab complete on a shell and the windows is small.
Is there some adjustment to deal with cases like these?
For example, of the windows is big enough it works:

but if I shrink the windows a bit the tab complete just breaks. How to fix this?
Sometimes it works a partially:

The text was updated successfully, but these errors were encountered: