Fix reply bindings in [view]

This commit is contained in:
Drew DeVault 2019-06-19 20:07:33 -04:00
parent 90db2e54b0
commit 63538978f3
1 changed files with 4 additions and 4 deletions

View File

@ -50,10 +50,10 @@ S = :save<space>
A = :archive flat<Enter>
f = :forward<Enter>
rr = :reply<Enter>
rq = :reply -q<Enter>
Rr = :reply -a<Enter>
Rq = :reply -aq<Enter>
rr = :reply -a<Enter>
rq = :reply -aq<Enter>
Rr = :reply<Enter>
Rq = :reply -q<Enter>
H = :toggle-headers<Enter>
<C-k> = :prev-part<Enter>