When I use ido-find-file and press TAB I see the found filenames in a half windows size. Instead could it be compact, where can emtpy space removed?
minimal.el:
(ido-mode 1) (require 'consult) (require 'vertico) (vertico-mode) Please note that I am not able to use icicles due to consult does not properly work when I enable ivy-mode.
