-
I just discovered vertico-multiform, which is great (thank you!). One thing I noticed is that while it's possible to combine buffer and grid display, e.g. with For example, it's not possible to do something like https://github.com/minad/vertico/blob/main/extensions/vertico-multiform.el#L204-L218 because there's no vertico-buffer-grid-mode (or similar). This these seem to work (i.e. I can get from vertical display to buffer + grid display, and back again, by hitting the same key binding twice):
I thought this was also working, but it's not (i.e. switching back doesn't work):
Are either of these a sensible approach, or is there a better way? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Thanks.
If it works it sounds as if it is. ;) |
Beta Was this translation helpful? Give feedback.
It looks like the problem was that I misunderstood how
vertico-multiform--stack
is being used, and I needed to usesetcar
instead ofpush
. The following seems to do a better job, so I'll add it to the wiki later: