about summary refs log tree commit diff stats
path: root/config/binds.conf
diff options
context:
space:
mode:
authorRay Ganardi <ray@ganardi.xyz>2020-04-16 19:44:53 +0200
committerDrew DeVault <sir@cmpwn.com>2020-04-20 10:52:09 -0400
commit06bb332285bc1d4aa1e43573eff8d55c5943f578 (patch)
treeeb2e4af14265bb8e4e9f290f33ff62f6c1eb3a77 /config/binds.conf
parent5b751b6d6df3445fc66d87256bca1f089825f17a (diff)
downloadaerc-06bb332285bc1d4aa1e43573eff8d55c5943f578.tar.gz
fix binding for delete message
I guess confirm command was removed sometime ago, but the config
template was not updated.
Diffstat (limited to 'config/binds.conf')
-rw-r--r--config/binds.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/binds.conf b/config/binds.conf
index 760fae1..5887203 100644
--- a/config/binds.conf
+++ b/config/binds.conf
@@ -29,7 +29,7 @@ v = :mark -t<Enter>
 V = :mark -v<Enter>
 
 <Enter> = :view<Enter>
-d = :confirm 'Really delete this message?' ':delete-message<Enter>'<Enter>
+d = :prompt 'Really delete this message?' 'delete-message'<Enter>
 D = :delete<Enter>
 A = :archive flat<Enter>
 
mitter Anselm R. Garbe <garbeam@wmii.de> 2006-07-11 12:52:57 +0200 fixed several stuff (gridwm gets better and better)' href='/acidbong/suckless/dwm/commit/event.c?h=2.0&id=16c67f32d62849792c8e6d4fdec22a1896f9c279'>16c67f3 ^
439e15d ^
16c67f3 ^
439e15d ^
16c67f3 ^
439e15d ^

439e15d ^





439e15d ^





439e15d ^
439e15d ^




439e15d ^


26e134b ^

439e15d ^
















































439e15d ^









439e15d ^











0053620 ^

439e15d ^



















439e15d ^


0053620 ^

439e15d ^
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187