X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/79d144c6834749e1e61c8ed1a9a60c8e4cc30a0d..d22e7febda8720bc38069f7061adb43b98143c48:/vi.plp diff --git a/vi.plp b/vi.plp index dc82a16..39d498b 100644 --- a/vi.plp +++ b/vi.plp @@ -2,7 +2,7 @@ Html({ title => 'vi cheat sheet', - version => 'v1.3', + version => '1.4', description => [ "Interactive cheat sheet for vi text editors, notably Vim,", "describing each key in various modes.", @@ -10,8 +10,7 @@ Html({ keywords => [qw' vi vim nvi sheet cheat reference overview commands keyboard '], - charset => $sign{charset}, - stylesheet => [qw'light dark circus mono red terse'], + stylesheet => [qw( light dark circus mono red )], keys => 1, }); @@ -20,44 +19,11 @@ Html({

normal mode (default)

- - -
- -
-
-<: - $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']); -:> - - -
-
+$keys->print_legends(\%get);