-
Let buffers whose name has prefix ' ' or '*' stay at the last of the completion menu. |
Beta Was this translation helpful? Give feedback.
Answered by
minad
Sep 15, 2023
Replies: 1 comment 1 reply
-
It will be better if behaves like the ido-mode. In ido-mode, it hides these buffers initially when completing. If you want to see them in completing, you can press a keybind(like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you configure the basic completion style, then
switch-to-buffer
behaves like this. The hidden buffers are hidden at first and only displayed if you enter a SPC as first character.consult-buffer
behaves like this for all completion styles, and also allows you to customize the buffers which are hidden viaconsult-buffer-filter
.In case you want to override sorting there are also the variables
vertico-sort-function
andvertico-sort-override-function
, which can be configured viavertico-multiform-mode
as documented in the README.