Skip to content

Commit

Permalink
default key bindings: use --fullthread for toggletags
Browse files Browse the repository at this point in the history
Typically, a user wants to act an a full thread in a search buffer. This
used to be the behaviour before the switch to the cffi notmuch bindings
and the requery series.

Use the new option to restore the old behaviour for the default key
bindings.
  • Loading branch information
mjg committed Feb 10, 2021
1 parent f1c432f commit e0b0aee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions alot/defaults/default.bindings
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ q = exit

[search]
enter = select
a = toggletags inbox
& = toggletags killed
! = toggletags flagged
s = toggletags unread
a = toggletags --fullthread inbox
& = toggletags --fullthread killed
! = toggletags --fullthread flagged
s = toggletags --fullthread unread
l = retagprompt
O = refineprompt
| = refineprompt
Expand Down

0 comments on commit e0b0aee

Please sign in to comment.