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 --- config/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/config.go b/config/config.go index 6f3345d..4a049fa 100644 --- a/config/config.go +++ b/config/config.go @@ -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:"-"` } -- cgit v1.2.3