Skip to main content
Notice removed Authoritative reference needed by alper
Bounty Ended with Y. E.'s answer chosen by alper
Notice added Authoritative reference needed by alper
Bounty Started worth 50 reputation by alper
added 56 characters in body
Source Link
alper
  • 1.6k
  • 1
  • 16
  • 46

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?

Ex: enter image description here


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.

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?

Ex: enter image description here


minimal.el:

(ido-mode 1) 

Please note that I am not able to use icicles due to consult does not properly work when I enable ivy-mode.

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?

Ex: enter image description here


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.

Source Link
alper
  • 1.6k
  • 1
  • 16
  • 46

How to remove empty space on ido-find-file's completions minibuffer window

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?

Ex: enter image description here


minimal.el:

(ido-mode 1) 

Please note that I am not able to use icicles due to consult does not properly work when I enable ivy-mode.