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
immediately show results, or only after TAB #1259
Comments
One option is to use the command |
Good point. Added to setup: (global-set-key [remap describe-face] 'counsel-describe-face)
(global-set-key [remap list-faces-display] 'counsel-faces) However, it more like describe, but here immediately auto-complete for customize needed. |
@Pitometsu I consider this solved. I added your suggested rebind to |
@abo-abo Original issue not solved yet. Even with |
In more detail,
While for immediate completion it should have:
I can't change the code of |
When I run
customize-face
, there are no swiper options, until I pressTAB
.On other hand, when I run
swiper
, I see a lot of results with no input orTAB
keystroke.How can I switch this behavior: show results for
customize-face
immediately, and forswiper
after some input andTAB
?The text was updated successfully, but these errors were encountered: