X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/3bfa29782285fd9a9fefcaf21fa0aa7df776d88b..HEAD:/vimperator.plp diff --git a/vimperator.plp b/vimperator.plp index 3fb7ba5..50baa1b 100644 --- a/vimperator.plp +++ b/vimperator.plp @@ -1,54 +1,3 @@ -<(common.inc.plp)><: - -Html({ - title => 'vimperator cheat sheet', - version => '1.2', - description => [ - "Interactive cheat sheet for the Vimperator Firefox extension,", - "describing the function of each key.", - ], - keywords => [qw' - vimperator firefox vim iceweasel sheet cheat reference overview - commands keyboard browser - '], - stylesheet => [qw( light dark circus mono red )], - keys => 1, -}); - -:> -

Vimperator cheat sheet

- -

normal mode (default)

- <: -use Shiar_Sheet::Keyboard 2; -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}); -:> - -
- -
-
-<: $keys->print_legend('legend-types', ['g1' .. 'g9']) :> -
- -
-<: $keys->print_legend('legend-options', [qw( arg args )]) :> - - -
-
- +$Request = 'vimperator'; +Include 'keyboard.plp';