How to enable a package like "centered-cursor-mode" in the minibuffer completion with vertico? #465
-
|
I found it so convenient for looking through lines in a buffer with the cursor and current line fixed in the middle of a buffer inside a window with I've also tried to enable the package by adding it to the And the How to possibly make this package take effect when also in the minibuffer? I also tried to use the built-in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Such modes do not work with Vertico, due to the way the Vertico UI is implemented via overlays. You can try this instead: (setq vertico-scroll-margin (/ vertico-count 2)) |
Beta Was this translation helpful? Give feedback.

Such modes do not work with Vertico, due to the way the Vertico UI is implemented via overlays. You can try this instead: