From 8a74da625ce0fc83010954b4c22d003ff578806c Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Sat, 22 Apr 2023 20:08:15 -0400 Subject: feat(aerc): set up git bindings and templates --- .config/aerc/binds.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to '.config/aerc/binds.conf') diff --git a/.config/aerc/binds.conf b/.config/aerc/binds.conf index e7a743f..29acaff 100644 --- a/.config/aerc/binds.conf +++ b/.config/aerc/binds.conf @@ -20,7 +20,7 @@ k = :prev = :prev 50% = :prev 100% = :prev 100% -g = :select 0 +gg = :select 0 G = :select -1 J = :next-folder @@ -44,6 +44,9 @@ rr = :reply -a rq = :reply -aq Rr = :reply Rq = :reply -q +rt = :reply -a -Tthanks + +ga = :pipe -mb git am -3 c = :cf $ = :term @@ -121,6 +124,10 @@ e = :edit a = :attach d = :detach +V = :header -f X-Sourcehut-Patchset-Update NEEDS_REVISION +A = :header -f X-Sourcehut-Patchset-Update APPLIED +R = :header -f X-Sourcehut-Patchset-Update REJECTED + [terminal] $noinherit = true $ex = -- cgit v1.2.3