aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-06-19 20:07:33 -0400
committerDrew DeVault <sir@cmpwn.com>2019-06-19 20:07:33 -0400
commit63538978f3c4ff1a5662b62754c4783405239b91 (patch)
tree0de50f5d64c61102d28ba9510e8152a0491cabed /config
parent90db2e54b0150d92e29b939d3cc89ff9c5dd39d4 (diff)
Fix reply bindings in [view]
Diffstat (limited to 'config')
-rw-r--r--config/binds.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/binds.conf b/config/binds.conf
index c202386..8c4af95 100644
--- a/config/binds.conf
+++ b/config/binds.conf
@@ -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>