X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/3aab2658e078a4f424343fb10817f8d0eab9343b..c9e24e105a536e99e4c2221e9e3dffe15eb78132:/mutt.plp diff --git a/mutt.plp b/mutt.plp index 7ecf7fc..0dbb0d0 100644 --- a/mutt.plp +++ b/mutt.plp @@ -1,37 +1,29 @@ -<: -use utf8; -use strict; -use warnings; -no warnings 'qw'; # you know what you doing -no warnings 'uninitialized'; # save some useless checks for more legible code - -use Shiar_Sheet::KeySigns qw(%sign); +<(common.inc.plp)><: + our $VERSION = 'v1.0'; -our $VERSION = 'v1.0'; + use Shiar_Sheet::KeySigns qw(%sign); -$header{content_type} = "text/html; charset=$sign{charset}"; + $header{content_type} = "text/html; charset=$sign{charset}"; :> - + -mutt cheat sheet - +mutt cheat sheet + + +<:= stylesheet(qw'light dark circus mono red 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", $_ - ) for keys %styles; - our $showkeys = exists $get{keys} && $get{keys} ne '0'; - print "\n".'' unless $showkeys; + print "\n".'' + unless $showkeys; print "\n".'' if $showkeys and $get{keys} eq 'ghost'; :> + @@ -64,10 +56,10 @@ $keys->print_rows($get{rows});
aside
Temporarily display something without changing state. -
move -
Scroll window, only selecting a different message when necessary. -
select -
Select another message entry. +
select +
Scroll list and/or select a different line. +
search +
Go to a specific message entry.
edit
Modify message flags or contents.
command @@ -103,11 +95,13 @@ $keys->print_rows($get{rows});