X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/eeaaa3c862485faf9f26c5646b2c9e94d03657ab..2a99bcdadec88d7483903e2c8420ad3e78fcb805:/vimperator.plp diff --git a/vimperator.plp b/vimperator.plp index 3493d84..46bcf6e 100644 --- a/vimperator.plp +++ b/vimperator.plp @@ -2,7 +2,7 @@ Html({ title => 'vimperator cheat sheet', - version => 'v1.2', + version => '1.2', description => [ "Interactive cheat sheet for the Vimperator Firefox extension,", "describing the function of each key.", @@ -11,7 +11,6 @@ Html({ vimperator firefox vim iceweasel sheet cheat reference overview commands keyboard browser '], - charset => $sign{charset}, stylesheet => [qw'light dark circus mono red terse'], keys => 1, }); @@ -36,7 +35,7 @@ $keys->print_rows($get{rows});
-<: $keys->print_legend('legend-types', [qw( ci pm po co cp mi mo mv me )]) :> +<: $keys->print_legend('legend-types', ['g1' .. 'g9']) :>
@@ -45,9 +44,6 @@ $keys->print_rows($get{rows});