summary refs log tree commit diff stats
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)
downloadaerc-887ff6550d64aa0243192c922c977f41ce549e42.tar.gz
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>
 
;vc@akkartik.com> 2015-10-30 10:00:54 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-10-30 10:00:54 -0700 2325' href='/akkartik/mu/commit/counters.mu?h=main&id=b783094551a9d8fe3b149797102cdc71cb1942f2'>b7830945 ^
b96af395 ^
d1c12218 ^
b96af395 ^
77d5b5d6 ^
b96af395 ^
bc643692 ^
b96af395 ^
bc643692 ^
b96af395 ^
ce87c19e ^


b96af395 ^
d2244a2f ^


ce87c19e ^
b96af395 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32