~kris/dots

srice

srice/.config/aerc/aerc-binds.conf -rw-r--r-- 849 bytes
e98f3b03 — Kris Yotam chore: sync local state after restore (push updates, no pull) a month ago
                                                                                
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
# aerc keybindings for sr.ht patch workflow
# Install: cp ~/dev/100x/configs/aerc-binds.conf ~/.config/aerc/binds.conf

[messages]
q = :quit<Enter>

j = :next<Enter>
k = :prev<Enter>
J = :next-folder<Enter>
K = :prev-folder<Enter>
g = :select 0<Enter>
G = :select -1<Enter>

<Enter> = :view<Enter>
d = :move Trash<Enter>
D = :delete<Enter>
a = :archive flat<Enter>

C = :compose<Enter>
R = :reply -a<Enter>
r = :reply<Enter>

# sr.ht patch workflow
ga = :pipe -m git am -3<Enter>
gA = :pipe -m git am -3 --signoff<Enter>
gp = :term git push<Enter>
gl = :term git log --oneline -20<Enter>
gd = :term git diff<Enter>

# Mark patchset as applied (reply with header)
rt = :reply -Tthanks<Enter>

[view]
q = :close<Enter>
| = :pipe<space>
f = :forward<Enter>
R = :reply -a<Enter>
r = :reply<Enter>

# Apply patch from view
ga = :pipe -m git am -3<Enter>