X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/eeaaa3c862485faf9f26c5646b2c9e94d03657ab..HEAD:/vimperator.plp diff --git a/vimperator.plp b/vimperator.plp index 3493d84..50baa1b 100644 --- a/vimperator.plp +++ b/vimperator.plp @@ -1,59 +1,3 @@ -<(common.inc.plp)><: - -Html({ - title => 'vimperator cheat sheet', - version => 'v1.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 - '], - charset => $sign{charset}, - stylesheet => [qw'light dark circus mono red terse'], - keys => 1, -}); - -:> -

Vimperator cheat sheet

- -

normal mode (default)

- <: -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); -$keys->map($get{map}) or undef $get{map}; -$keys->print_rows($get{rows}); -:> - -
- -
-
-<: $keys->print_legend('legend-types', [qw( ci pm po co cp mi mo mv me )]) :> -
- -
-<: $keys->print_legend('legend-options', [qw( arg args )]) :> - - -
-
- +$Request = 'vimperator'; +Include 'keyboard.plp';