X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0b4be0d5ff71ca539da8e741826d499a5d649004..999b31f165d86bb9faf5f743cefd0f5fc60ae28b:/vi.plp diff --git a/vi.plp b/vi.plp index fc5e194..dc82a16 100644 --- a/vi.plp +++ b/vi.plp @@ -1,49 +1,32 @@ <(common.inc.plp)><: - our $VERSION = 'v1.2'; - use Shiar_Sheet::KeySigns qw(%sign); # dependant on $get{ascii} +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, +}); - $header{content_type} = "text/html; charset=$sign{charset}"; - -:> - - - - -vi cheat sheet - - -<:= stylesheet(qw'light dark circus mono red terse') :> - -<: - our $showkeys = exists $get{keys} && $get{keys} ne '0'; - print "\n".'' - unless $showkeys; - print "\n".'' - if $showkeys and $get{keys} eq 'ghost'; :> - - - - -

vi/vim cheat sheet

normal mode (default)