X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0aaffaf050bd5ca5ce5b5caf9e8dec1e8a1b7a48..HEAD:/mutt.plp diff --git a/mutt.plp b/mutt.plp index 15abb46..57f1f13 100644 --- a/mutt.plp +++ b/mutt.plp @@ -1,107 +1,3 @@ -<(common.inc.plp)><: - our $VERSION = 'v1.0'; - - use Shiar_Sheet::KeySigns qw(%sign); - - $header{content_type} = "text/html; charset=$sign{charset}"; - -:> - - - - -mutt cheat sheet - - -<:= stylesheet(qw'light dark circus mono red terse') :> - -<: - our $showkeys = exists $get{keys} && $get{keys} ne '0'; - print "\n".'' - unless $showkeys; - print "\n".'' - if $showkeys and $get{keys} eq 'ghost'; -:> - - - - - -

Mutt cheat sheet

- -

index (default)

- - - -
- -
-
-
-
aside -
Temporarily display something without changing state. -
select -
Scroll list and/or select a different line. -
search -
Go to a specific message entry. -
edit -
Modify message flags or contents. -
command -
Any other action which does not alter an existing message. -
send -
Prepare and/or send a (new) message. -
leave -
Exit the opened folder. -
display -
Permanently alter/toggle current view. -
-
- -
-
-
key<:= $sign{arg} :> -
Commands with a dot need an argument afterwards. -
- - -
-
- - - - +$Request = 'mutt'; +Include 'keyboard.plp';