diff options
author | Koni Marti <koni.marti@gmail.com> | 2023-11-24 16:02:55 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-12-30 15:41:41 +0100 |
commit | f75d4b7bb615df6c20546961870672c0f1680999 (patch) | |
tree | 63bb5cd8376ba1928e19cc0cf129d88fdf2be140 /config/binds.conf | |
parent | 81d9af9a5d33279d7dd99965f1dcb4349e528f96 (diff) | |
download | aerc-f75d4b7bb615df6c20546961870672c0f1680999.tar.gz |
doc: add aerc-patch
Document the local patch management. Adjust the help command. Add
default key binds.
Changelog-added: Patch management with `:patch`.
Signed-off-by: Koni Marti <koni.marti@gmail.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'config/binds.conf')
-rw-r--r-- | config/binds.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/binds.conf b/config/binds.conf index 58d81508..76457bc4 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -74,6 +74,13 @@ N = :prev-result<Enter> s = :split<Enter> S = :vsplit<Enter> +pl = :patch list<Enter> +pa = :patch apply <Tab> +pr = :patch remove <Tab> +pb = :patch rebase<Enter> +pt = :patch term<Enter> +ps = :patch switch <Tab> + [messages:folder=Drafts] <Enter> = :recall<Enter> |