fix: aerc mark as read shortcut clashes with replies, so change to I instead of R
This commit is contained in:
parent
5f03991133
commit
5a2c07942c
1 changed files with 1 additions and 1 deletions
|
|
@ -49,11 +49,11 @@
|
|||
D = ":move Trash<Enter>";
|
||||
G = ":select -1<Enter>";
|
||||
H = ":collapse-folder<Enter>";
|
||||
I = ":read<Enter>";
|
||||
J = ":next-folder <Enter>";
|
||||
K = ":prev-folder<Enter>";
|
||||
L = ":expand-folder<Enter>";
|
||||
N = ":prev-result<Enter>";
|
||||
R = ":read<Enter>";
|
||||
Rq = ":reply -q<Enter>";
|
||||
Rr = ":reply<Enter>";
|
||||
T = ":toggle-threads<Enter>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue