common: bump version to 1.11
[sheet.git] / vimperator.plp
index bb4bd9a90f061d6eeae9d3b8f36fd22678f3c95e..08ea859b47b15126d8b097eb9d40783730c8b462 100644 (file)
@@ -2,14 +2,14 @@
 
 Html({
        title => 'vimperator cheat sheet',
-       version => '1.2',
+       version => '1.3',
        description => [
-               "Interactive cheat sheet for the Vimperator Firefox extension,",
-               "describing the function of each key.",
+               "Interactive cheat sheet for the Vimperator (or Pentadactyl)",
+               "Firefox extension, describing the function of each key.",
        ],
        keywords => [qw'
-               vimperator firefox vim iceweasel sheet cheat reference overview
-               commands keyboard browser
+               vimperator firefox pentadactyl vim sheet cheat reference overview
+               commands keyboard browser vimfx vimium cvim
        '],
        stylesheet => [qw( light dark circus mono red )],
        keys => 1,
@@ -23,8 +23,6 @@ Html({
 <:
 use Shiar_Sheet::Keyboard 2.07;
 my $info = do 'vimperator.eng.inc.pl' or die $@;
-$_->{"\e"} = ['mv mode', "normal mode"] for values %{ $info->{def} };
-delete $info->{def}->{''}->{"\e"};
 my $keys = Shiar_Sheet::Keyboard->new($info);
 $keys->map($get{map}) or undef $get{map};
 $keys->print_rows($get{rows});