diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-03-30 21:45:41 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-03-30 21:45:41 -0400 |
commit | 5d0402aeea1dcc69adb46227ab1cd73b5e768880 (patch) | |
tree | feac387ac2441d36a8bca272efa182884c11f05c /config | |
parent | 04d9ab3ce6b8161ef7bc0ec4e5011f6ceadb73b6 (diff) | |
download | aerc-5d0402aeea1dcc69adb46227ab1cd73b5e768880.tar.gz |
Add message view commands, :close
Diffstat (limited to 'config')
-rw-r--r-- | config/binds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/binds.conf b/config/binds.conf index 2037cec..520c731 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -32,7 +32,7 @@ c = :cf<space> $ = :term<space> | = :pipe<space> -[msgview] +[view] q = :close<Enter> | = :pipe<space> r = :reply<Enter> |