X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/09bc7e2233fec9509879df474235cc0492982eb3..a226a258f1c08e8dc9b2bb3003955dff3bdf5159:/vim.plp diff --git a/vim.plp b/vim.plp index 4be5d71..e2890bf 100644 --- a/vim.plp +++ b/vim.plp @@ -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,36 +42,9 @@ $header{content_type} = $ctype; print "\n" if $showkeys and $get{keys} eq 'ghost'; :> - - - + - +

vi/vim cheat sheet

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