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

normal mode (default)

-
<: - $keys->print_legend('legend-types', [qw'ci pm po co mi mo mv me']); + $keys->print_legend('legend-types', ['g1' .. 'g4', 'g6' .. 'g9']); :>
@@ -49,9 +45,6 @@ $keys->print_rows($get{rows});