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

vi/vim cheat sheet

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