X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/a75fd4a977d0c23f72a3cd4e8ca38eeb31d4cb17..0372b24101f35d395b29cbccebfc0f6048549cb2:/vi.plp diff --git a/vi.plp b/vi.plp index bd30d8c..669f428 100644 --- a/vi.plp +++ b/vi.plp @@ -1,29 +1,3 @@ -<(common.inc.plp)><: - -Html({ - title => 'vi cheat sheet', - version => '1.5', - 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 - '], - stylesheet => [qw( light dark circus mono red )], - keys => 1, -}); - -:> -

vi/vim cheat sheet

- -

normal mode (default)

- <: -use Shiar_Sheet::Keyboard 2.08; -my $info = Data('vi.eng'); -my $keys = Shiar_Sheet::Keyboard->new($info); -$keys->map($get{map}) or undef $get{map}; -$keys->print_rows($get{rows}); -$keys->print_legends(\%get); - +$Request = 'vi'; +Include 'keyboard.plp';