abo-abo / swiper

Ivy - a generic completion frontend for Emacs, Swiper - isearch with an overview, and more. Oh, man!
https://oremacs.com/swiper/
2.3k stars 338 forks source link

Support for soft wrap in counsel-minibuffer-history #3024

Closed kohnish closed 1 year ago

kohnish commented 1 year ago

When the command is too long in counsel-minibuffer-history, it's invisible.
Let's consider supporting soft wrap and making it default.

kohnish commented 1 year ago

(setq ivy-truncate-lines nil) can work around the issue for now.