X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/504fe3dc4ec761922a00398fe5811f08fafbde41..0af5b7d566bf1744a6f31207f04cd5d47773e4ca:/vi.plp diff --git a/vi.plp b/vi.plp index e3cd1e8..f72af74 100644 --- a/vi.plp +++ b/vi.plp @@ -10,7 +10,6 @@ Html({ keywords => [qw' vi vim nvi sheet cheat reference overview commands keyboard '], - charset => $sign{charset}, stylesheet => [qw'light dark circus mono red terse'], keys => 1, }); @@ -34,7 +33,7 @@ $keys->print_rows($get{rows});
<: - $keys->print_legend('legend-types', [qw'ci pm po co mi mo mv me']); + $keys->print_legend('legend-types', ['g1' .. 'g4', 'g6' .. 'g9']); :>
@@ -46,9 +45,6 @@ $keys->print_rows($get{rows});