X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/81aefba6ac586eccbe18b4e90efc175e34fff5ad..3bfa29782285fd9a9fefcaf21fa0aa7df776d88b:/vimperator.plp diff --git a/vimperator.plp b/vimperator.plp index 46bcf6e..3fb7ba5 100644 --- a/vimperator.plp +++ b/vimperator.plp @@ -11,7 +11,7 @@ Html({ vimperator firefox vim iceweasel sheet cheat reference overview commands keyboard browser '], - stylesheet => [qw'light dark circus mono red terse'], + stylesheet => [qw( light dark circus mono red )], keys => 1, }); @@ -23,7 +23,6 @@ Html({ <: use Shiar_Sheet::Keyboard 2; my $info = do 'vimperator.eng.inc.pl' or die $@; -$info->{def} = do 'vimperator.inc.pl'; $_->{"\e"} = ['mv mode', "normal mode"] for values %{ $info->{def} }; delete $info->{def}->{''}->{"\e"}; my $keys = Shiar_Sheet::Keyboard->new($info);