<?xml version="1.0"?>
<!-- name="generator" content="blosxom/2.0" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
  <channel>
    <title>rlucas.net   </title>
    <link>http://rlucas.net/blog/cheatsheets/index.rss</link>
    <description>Blog of Randall Lucas (rlucas)</description>
    <language>en</language>

  <item>
    <title>Textmate Cheat Sheet</title>
    <link>http://rlucas.net/blog/cheatsheets/index.rss/2007/08/14#textmate</link>
    <description>&lt;pre&gt;
 Option+PgDn    Page down while moving cursor (caret)
 Esc            Autocomplete
 Command+/      Comment/Uncomment (Ruby, at least)
 Ctrl+Command+V Paste without reindenting

$Id: textmate 973 2007-08-15 00:56:21Z rlucas $
&lt;/pre&gt;</description>
  </item>
  <item>
    <title>   Simple Patterns</title>
    <link>http://rlucas.net/blog/cheatsheets/index.rss/2006/07/14#mutt_patterns</link>
    <description>&lt;pre&gt;       Mutt understands the following simple patterns:

       ~A           all messages
       ~b EXPR      messages which contain EXPR in the message body
       ~B EXPR      messages which contain EXPR in the whole message
       ~c EXPR      messages carbon-copied to EXPR
       ~C EXPR      message is either to: or cc: EXPR
       ~d MIN-MAX   messages with &amp;quot;date-sent&amp;quot; in a Date range
       ~D           deleted messages
       ~e EXPR      message which contains EXPR in the &amp;quot;Sender&amp;quot; field
       ~E           expired messages
       ~f EXPR      messages originating from EXPR
       ~F           flagged messages
       ~g           PGP signed messages
       ~G           PGP encrypted messages
       ~h EXPR      messages which contain EXPR in the message header
       ~H EXPR      messages with spam tags matching EXPR
       ~i EXPR      message which match EXPR in the &amp;quot;Message-ID&amp;quot; field
       ~k           message contains PGP key material
       ~l           message is addressed to a known mailing list
       ~L EXPR      message is either originated or received by EXPR
       ~m MIN-MAX   message in the range MIN to MAX
       ~n MIN-MAX   messages with a score in the range MIN to MAX
       ~N           new messages
       ~O           old messages
       ~p           message is addressed to you (consults $alternates)
       ~P           message is from you (consults $alternates)
       ~Q           messages which have been replied to
       ~r MIN-MAX   messages with &amp;quot;date-received&amp;quot; in a Date range
       ~R           read messages
       ~s EXPR      messages having EXPR in the &amp;quot;Subject&amp;quot; field.
       ~S           superseded messages
       ~t EXPR      messages addressed to EXPR
       ~T           tagged messages
       ~u           message is addressed to a subscribed mailing list
       ~U           unread messages
       ~v           message is part of a collapsed thread.
       ~V           cryptographically verified messages
       ~x EXPR      messages which contain EXPR in the &amp;quot;References&amp;quot; field
       ~y EXPR      messages which contain EXPR in the &amp;quot;X-Label&amp;quot; field
       ~z MIN-MAX   messages with a size in the range MIN to MAX
       ~=           duplicated messages (see $duplicate_threads)
       ~$           unreferenced message (requries threaded view)

       In the above, EXPR is a regular expression.

       With the ~m, ~n, and ~z operators, you can also specify ranges in the
       forms &amp;lt;MAX, &amp;gt;MIN, MIN-, and -MAX.

   Matching dates
       The ~d and ~r operators are used to match date ranges, which are
       interpreted to be given in your local time zone.

       A  date is of the form DD[/MM[/[cc]YY]], that is, a two-digit date,
       optionally followed by a two-digit month, optionally followed by a year
       specifications.  Omitted fields default to the current month and year.

(source: man (5) muttrc)
&lt;/pre&gt;</description>
  </item>
  <item>
    <title>Vimoutliner Cheat Sheet</title>
    <link>http://rlucas.net/blog/cheatsheets/index.rss/2006/01/01#vimoutliner</link>
    <description>&lt;pre&gt;.otl - file extension
,, - general command prefix for below:
,,1-9,0 - indentation levels (1-9, or none) to show, folding the rest
,,-   all      Draw dashed line
,,f   normal   Directory listing of the current directory
,,s   normal   Sort sub-tree under cursor ascending
,,S   normal   Sort sub-tree under cursor descending
,,t   normal   Append timestamp (HH:MM:SS) to heading
,,T   normal   Pre-pend timestamp (HH:MM:SS) to heading
,,T   normal   Pre-pend timestamp (HH:MM:SS) to heading
,,t   insert   Insert timestamp (HH:MM:SS) at cursor
,,d   normal   Append datestamp  (YYYY-MM-DD) to heading
,,d   insert   Insert datestamp  (YYYY-MM-DD) at cursor
,,D   normal   Pre-pend datestamp  (YYYY-MM-DD) to heading
,,B   normal   Make body text start with a space
,,b   normal   Make body text start with a colon and space
,,w   insert   Save changes and return to insert mode
,,e   normal   Execute the executable tag line under cursor
:        body text (wrapping)
;        preformatted body text (non-wrapping)
|        table
&amp;gt;        user-defined, text block (wrapping)
&amp;lt;        user-defined, preformatted text block (non-wrapping)
zc    normal   fold under current heading
gv    normal   re-highlight last visual highlight
,,cb  Insert a check box on the current line or each line
      of the currently selected range (including lines in
      selected but closed folds). This command is currently
      not aware of body text. Automatic recalculation of
      is performed for the entire root-parent branch that
      contains the updated child. (see ,,cz)
,,cx  Toggle check box state (percentage aware)
,,cd  Delete check boxes
,,c%  Create a check box with percentage placeholder except
      on childless parents
,,cp  Create a check box with percentage placeholder on all
      headings
,,cz  Compute completion for the tree below the current
      heading.
&lt;/pre&gt;</description>
  </item>
  </channel>
</rss>