Add :cp alias for :copy
This commit is contained in:
parent
fb124139f3
commit
fe7230bb9a
|
@ -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 {
|
||||
|
|
|
@ -79,8 +79,8 @@ type FilterConfig struct {
|
|||
type ViewerConfig struct {
|
||||
Pager string
|
||||
Alternatives []string
|
||||
ShowHeaders bool `ini:"show-headers"`
|
||||
AlwaysShowMime bool `ini:"always-show-mime"`
|
||||
ShowHeaders bool `ini:"show-headers"`
|
||||
AlwaysShowMime bool `ini:"always-show-mime"`
|
||||
HeaderLayout [][]string `ini:"-"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue