X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/a84b651b70f484379de8ac84a2abac91e59c1a6e..d4937c088ffb429c8b3fdf1b3d35b8cbc78d1290:/vim.plp diff --git a/vim.plp b/vim.plp index 36975e3..183a04a 100644 --- a/vim.plp +++ b/vim.plp @@ -5,7 +5,7 @@ use warnings; no warnings 'qw'; # you know what you doing no warnings 'uninitialized'; # save some useless checks for more legible code -our $VERSION = '1.1'; +our $VERSION = '1.2'; our $ascii = 0; if (exists $get{ascii}) { @@ -31,7 +31,7 @@ $header{content_type} = $ctype; <: - my %styles = map {$_ => $_} qw(dark circus mono terse); + my %styles = map {$_ => $_} qw(dark circus mono red terse); our $style = exists $get{style} && $styles{$get{style}} || 'light'; printf(qq{\n}, $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "$_.css", $_ @@ -42,35 +42,10 @@ $header{content_type} = $ctype; print "\n" if $showkeys and $get{keys} eq 'ghost'; :> + + - - - +

vi/vim cheat sheet

@@ -160,7 +135,7 @@ $keys->print_rows($get{static});