diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-10 12:54:58 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-10 12:54:58 +0100 |
commit | 078b76ba1b12cfe23695c2c235f212959ad97587 (patch) | |
tree | 67e3920a1db1b067a04adeab784a7921553c173b | |
parent | c6744f71b33f54b43e8e4e424e756e5404974e5f (diff) |
Adds binds to pipe to git am and a couple other git binds
Diffstat (limited to '')
-rw-r--r-- | aerc/binds.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/aerc/binds.conf b/aerc/binds.conf index 911add6..1dc6a36 100644 --- a/aerc/binds.conf +++ b/aerc/binds.conf @@ -66,6 +66,10 @@ c = :cf<space> $ = :term<space> ! = :term<space> | = :pipe<space> +ga = :pipe -b git am -3<Enter> + +gp = :term git push<Enter> +gl = :term git log<Enter> / = :search<space> \ = :filter<space> |