X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/881b4a69e47004c59f35979620b65fd3d4aaaf16..03abf85a7ec9775993766a3fd10cd2876aef0b42:/vi.plp diff --git a/vi.plp b/vi.plp index 5106fee..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.", @@ -33,7 +33,7 @@ $keys->print_rows($get{rows});
<: - $keys->print_legend('legend-types', [qw'ci pm po co mi mo mv me']); + $keys->print_legend('legend-types', ['g1' .. 'g4', 'g6' .. 'g9']); :>