If i set the default-menu-cmd
to something like this:
default-menu-cmd=sort | fzf
...then directories related mappings, like :menu -d :cf<Enter>
, work just fine.
However, calling the :attach
mapping like this:
[compose::review]
a = :menu :attach<Enter>
...then seems to break. And if I remove this sort |
part from default-menu-cmd
, then the above mapping starts to work again.
May be that's some relics from the times when aerc had file-picker-cmd
? And in case of :attach
, default-menu-cmd
is parsed somehow different?
Hi, for some reason, this had slipped under my radar.
When :menu is used without
-a
nor-d
, nothing is piped in the standard input, thesort | fzf
commands hangs waiting for something in stdin.I believe
fzf
sorts stuff by default.