wangp / bower

A curses terminal client for the Notmuch email system
Other
128 stars 11 forks source link

[Key binding] `N` isn't search backward #70

Closed seifferth closed 4 years ago

seifferth commented 4 years ago

The usual convention would be to use n for next search result and N for previous search result. If I happen to jump past the result I was looking for, I end up marking a message unread quite often. Maybe we could toggle messages Unread, rather than toggling them New? This would free N for previous search result.

I realise that this change might feel unnecessary for others, so I wanted to discuss it here before working on it. I'd be happy to implement it if my proposal is accepted.

wangp commented 4 years ago

I think I'd be okay with moving n to U. It does match the notmuch tag unread and the ~U search term macro.

I also had a quick try at displaying new threads/messages with u instead of n but it looked weird...

wangp commented 4 years ago

Merged.