X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/504fe3dc4ec761922a00398fe5811f08fafbde41..HEAD:/vi.plp diff --git a/vi.plp b/vi.plp index e3cd1e8..669f428 100644 --- a/vi.plp +++ b/vi.plp @@ -1,60 +1,3 @@ -<(common.inc.plp)><: - -Html({ - title => 'vi cheat sheet', - version => 'v1.3', - description => [ - "Interactive cheat sheet for vi text editors, notably Vim,", - "describing each key in various modes.", - ], - keywords => [qw' - vi vim nvi sheet cheat reference overview commands keyboard - '], - charset => $sign{charset}, - stylesheet => [qw'light dark circus mono red terse'], - keys => 1, -}); - -:> -

vi/vim cheat sheet

- -

normal mode (default)

- <: -use Shiar_Sheet::Keyboard 2; -my $info = do 'vi.eng.inc.pl' or die $@; -$info->{def} = do 'vi.inc.pl'; -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 mi mo mv me']); -:> -
- -
-<: - $keys->print_legend('legend-options', [qw'arg motion', 'ext vim6', 'ext new vim7']); -:> - - -
-
- +$Request = 'vi'; +Include 'keyboard.plp';