aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorBence Ferdinandy <bence@ferdinandy.com>2024-01-27 22:46:20 +0100
committerRobin Jarry <robin@jarry.cc>2024-01-27 23:01:31 +0100
commit542086c105a101bd39ed906dd74f108480160aa4 (patch)
treed7af7261f23dee6a1dbcb39be1712575641ec637 /commands
parent8e87435890fe74db654f3f4dbbeb7dee47ddf276 (diff)
downloadaerc-542086c105a101bd39ed906dd74f108480160aa4.tar.gz
aerc-542086c105a101bd39ed906dd74f108480160aa4.zip
help: add :man as alias
Since except for :help keys, we literally open man with the appropriate aerc manpages, it makes sense to have that as an alias. Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'commands')
-rw-r--r--commands/help.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/help.go b/commands/help.go
index ce86e3ac..3d71e5b3 100644
--- a/commands/help.go
+++ b/commands/help.go
@@ -37,7 +37,7 @@ func (Help) Context() CommandContext {
}
func (Help) Aliases() []string {
- return []string{"help"}
+ return []string{"help", "man"}
}
func (*Help) CompleteTopic(arg string) []string {