# aerc keybindings for sr.ht patch workflow # Install: cp ~/dev/100x/configs/aerc-binds.conf ~/.config/aerc/binds.conf [messages] q = :quit j = :next k = :prev J = :next-folder K = :prev-folder g = :select 0 G = :select -1 = :view d = :move Trash D = :delete a = :archive flat C = :compose R = :reply -a r = :reply # sr.ht patch workflow ga = :pipe -m git am -3 gA = :pipe -m git am -3 --signoff gp = :term git push gl = :term git log --oneline -20 gd = :term git diff # Mark patchset as applied (reply with header) rt = :reply -Tthanks [view] q = :close | = :pipe f = :forward R = :reply -a r = :reply # Apply patch from view ga = :pipe -m git am -3