We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
counsel-recentf
ivy-virtual
This happens when ivy-virtual-abbreviate is set to 'full.
ivy-virtual-abbreviate
'full
Test file
(package-initialize) (setq ivy-use-virtual-buffers t ivy-virtual-abbreviate 'full) (custom-set-faces '(ivy-virtual ((t (:foreground "red" :weight bold))))) (recentf-mode 1) (require 'ivy) (ivy-mode 1) (require 'counsel) (counsel-mode 1)
Run counsel-recentf to open some files, the run ivy-switch-buffer, again run counsel-recentf will see the differences, as
ivy-switch-buffer
The text was updated successfully, but these errors were encountered:
88bf299
Thanks, this should fix it.
Sorry, something went wrong.
No branches or pull requests
This happens when
ivy-virtual-abbreviate
is set to'full
.Test file
Run
counsel-recentf
to open some files, the runivy-switch-buffer
, again runcounsel-recentf
will see the differences, asThe text was updated successfully, but these errors were encountered: