X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/43be2e08c87114081b41f854f8847941842c878d..d4937c088ffb429c8b3fdf1b3d35b8cbc78d1290:/vim.plp diff --git a/vim.plp b/vim.plp index e8ed73c..183a04a 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,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});