X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f3ce23b458ade0fd2f8d634e2e3c380023bbb4e5..d22e7febda8720bc38069f7061adb43b98143c48:/vimperator.plp diff --git a/vimperator.plp b/vimperator.plp index bb4bd9a..08ea859 100644 --- a/vimperator.plp +++ b/vimperator.plp @@ -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});