Questions tagged [ivy]
Ivy is a generic completion mechanism for Emacs.
146 questions
0 votes
0 answers
15 views
Matches in ivy-occur open in a wrong window
The issue I use counsel-rg, get a list of search matches, open ivy-occur from it with C-c C-o. Then I press n or p (next/previous-error-no-select command) to open the location of a match. The match ...
0 votes
0 answers
41 views
Error when trying to install lsp-ivy using use-package
When trying to install using: (use-package lsp-ivy) Getting following error: Error (use-package): lsp-ivy/:catch: C- must prefix a single character, not cl
0 votes
1 answer
112 views
Is there an equivalent to ivy-reverse-i-search for vertico (consult)
Usually, i am using ivy+swiper, but recently i decided to try something new - vertico. I miss only one feature "ivy-reverse-i-search" and i cannot find substitution for this feauture in ...
0 votes
1 answer
66 views
Can literal prefixes be privileged in counsel-find-file ordering?
After many years of living in vanilla Emacs, I am playing with souping things up a bit, and trying out ivy/counsel. I'm finding the experience of counsel-find-file a bit jarring, because it does not ...
0 votes
1 answer
172 views
With Ivy/Counsel, why are some foreground colors in `M-x` a different color than others?
Please see the picture below. Why are some things colored orange? I can't figure out what Face is causing that. This is using Ivy/Counsel.
1 vote
0 answers
61 views
How can I keep the default `yank-pop` behaviour after installing swiper?
Swiper replaces the behaviour of the M-y command (yank-pop) with its own implementation, which shows the contents of the kill ring. I like the default behaviour of M-y prior to installing this package ...
0 votes
3 answers
304 views
Why can't counsel-rg index an expression previously found?
I am using trying to use a command called counsel-rg. This is the associated describe-command: counsel-rg is an autoloaded interactive compiled Lisp function in ‘counsel.el’. (counsel-rg &...
1 vote
1 answer
506 views
Minibuffer completion
I am getting confused about minibuffer completion. I can see icomplete and ivy. For icomplete, there are two main displays, horizontal display (default icomplete) and vertical display (icomplete-...