From fe7230bb9acc5dc9cc8a982a35196dd6796b5360 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 17 Jul 2019 18:42:03 -0400 Subject: Add :cp alias for :copy --- commands/msg/copy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/msg/copy.go') diff --git a/commands/msg/copy.go b/commands/msg/copy.go index 6bf33cd..8056e38 100644 --- a/commands/msg/copy.go +++ b/commands/msg/copy.go @@ -18,7 +18,7 @@ func init() { } func (_ Copy) Aliases() []string { - return []string{"copy"} + return []string{"cp", "copy"} } func (_ Copy) Complete(aerc *widgets.Aerc, args []string) []string { -- cgit v1.2.3