From dfe70494e786fc038d0f82b6e16c4b3388493a27 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 27 Apr 2009 14:11:12 +0000 Subject: [PATCH] index page to list and link all public pages --- index.plp | 66 +++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 59 insertions(+), 7 deletions(-) diff --git a/index.plp b/index.plp index 789607b..7cf10f5 100644 --- a/index.plp +++ b/index.plp @@ -1,8 +1,60 @@ <: -$header{Status} = '302 Go right ahead'; -$header{Location} = '/vim'; -:> - -

Mainly just the Vim sheet so far...

- - +use utf8; +use strict; +use warnings; + +our $VERSION = 'v1.0'; + +$header{content_type} = "text/html; charset=utf-8"; + +:> + + + +vi cheat sheet + + + + + + + +

Shiar's cheat sheets

+ +

+Through the miracle of formatting, design, abbreviation, compression, and Perl, +the following topics have been condensed into single pages of reference. +
+Originally created by Mischa Poslawsky, +but you're free to use, print, alter, and redistribute under the AGPL license. +

+ +

Keyboard maps

+ + +

Unicode characters

+ + + + -- 2.30.0