aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-10-15 19:35:58 +0100
committerMatthew Lemon <y@yulqen.org>2023-10-15 19:35:58 +0100
commitd92bb0f03bc7c3a73706e82116b5300827fa25b9 (patch)
tree13852884a36d897b368c6bd59d587a2b8778c9b4
parentae36f28756b850e02555bc1b7e9b272f620eac8b (diff)
New binds for piping git patches
-rw-r--r--aerc/binds.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/aerc/binds.conf b/aerc/binds.conf
index e8fe56d..f5add40 100644
--- a/aerc/binds.conf
+++ b/aerc/binds.conf
@@ -16,6 +16,9 @@ q = :prompt 'Quit?' quit<Enter>
R = :check-mail<Enter>
# F = :flag -x Flagged<Enter>
F = :flag -t<Enter>
+# see https://drewdevault.com/2020/04/20/Configuring-aerc-for-git.html
+ga = :pipe -mb git am -3<Enter>
+gp = :term git push<Enter>
j = :next<Enter>
<Down> = :next<Enter>