Comment by ~jeffas on ~sircmpwn/aerc2
I think this is working as currently implemented as shortcuts have precedence over passing keys through to the terminal. Perhaps we could have some modal mechanism for the terminal so when selected it allows all keys to be passed through except a mappable escape command to go back to 'aerc' mode?
Comment by ~jeffas on ~sircmpwn/aerc2
On Thu Nov 12, 2020 at 8:04 PM GMT, ~labrat wrote:
But yes, it's a bug, it should have told you as much and failed to start.
Ah, I've been seeing this while trying out notmuch too, just submitted a patch to short-circuit it: https://lists.sr.ht/~sircmpwn/aerc/patches/14958
Comment by ~jeffas on ~sircmpwn/aerc2
I'd imagine to check what the current value is once set during a session and to check things have taken effect. Also would be good for informational.
Ticket created by ~jeffas on ~sircmpwn/aerc2
With an active search if I delete an email in the matched set it is still in the search results so is jumped to with
:next-result
. It should instead be removed from the search results.