aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-05-26 11:58:14 -0400
committerDrew DeVault <sir@cmpwn.com>2019-05-26 11:58:14 -0400
commit887ff6550d64aa0243192c922c977f41ce549e42 (patch)
tree92c09d90206b6d5c85ca35eba3678726c56a0357 /config
parent3cf6c82633fb153663e7927e20818f355d949a89 (diff)
Implement :edit in compose screen
Diffstat (limited to 'config')
-rw-r--r--config/binds.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/binds.conf b/config/binds.conf
index 0c8c492..6a3ff23 100644
--- a/config/binds.conf
+++ b/config/binds.conf
@@ -72,6 +72,7 @@ $ex = <semicolon>
# Keybindings used when reviewing a message to be sent
y = :send<Enter>
n = :abort<Enter>
+q = :abort<Enter>
e = :edit<Enter>
a = :attach<Enter>