Add :cp alias for :copy
This commit is contained in:
parent
fb124139f3
commit
fe7230bb9a
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ func init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (_ Copy) Aliases() []string {
|
func (_ Copy) Aliases() []string {
|
||||||
return []string{"copy"}
|
return []string{"cp", "copy"}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (_ Copy) Complete(aerc *widgets.Aerc, args []string) []string {
|
func (_ Copy) Complete(aerc *widgets.Aerc, args []string) []string {
|
||||||
|
|
Loading…
Reference in a new issue