aboutsummaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorKoni Marti <koni.marti@gmail.com>2023-11-24 16:02:55 +0100
committerRobin Jarry <robin@jarry.cc>2023-12-30 15:41:41 +0100
commitf75d4b7bb615df6c20546961870672c0f1680999 (patch)
tree63bb5cd8376ba1928e19cc0cf129d88fdf2be140 /commands
parent81d9af9a5d33279d7dd99965f1dcb4349e528f96 (diff)
downloadaerc-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 'commands')
-rw-r--r--commands/help.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/help.go b/commands/help.go
index a3cfff40..3d8d5ecf 100644
--- a/commands/help.go
+++ b/commands/help.go
@@ -24,6 +24,7 @@ var pages = []string{
"stylesets",
"templates",
"tutorial",
+ "patch",
"keys",
}