Changes between Version 3 and Version 4 of UsefulCommands

Show
Ignore:
Timestamp:
11/03/09 13:48:38 (3 weeks ago)
Author:
cesium@mit.edu (IP: 18.248.7.122)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsefulCommands

    v3 v4  
    2727 * ? does the same, but searches before the current message. 
    2828 * '''setsearch''' clears the search string. 
     29 * See [wiki:Filters] for a more powerful tool. 
    2930 
    3031== Keybindings == 
     
    3334 * '''bindkey <map> <sequence> command <command>''' binds '''<sequence>''' to '''<command>''' in '''<map>'''. You probably want '''<map>''' to be either '''edit''' (for all instances where you're editing text) or '''recv''' (for the main message list). 
    3435 * In '''bindkey''', starting '''<command>''' with '''start-command''' will put the rest of '''<command>''' in the command line and allow you to edit it. For example, pressing z is equivalent to '''start-command zwrite '''. 
     36 * See also [wiki:Keybindings]. 
    3537 
    3638== Variables == 
     
    4345== Formatting == 
    4446 
    45  * The sequences ''@(@color(<color>) <text>)'' and ''@b(<text>)'' will apply ''<color>'' to ''<text>'' and make ''<text>'' bold, respectively. However, possibly because of limitations of terminal emulators, ''@i(<text>)'' will underline ''<text>'', not italicize it. 
    46  * See ColorUtils for a way to color-code zephyrs. 
     47 * When BarnOwl displays a message, the sequences ''@(@color(<color>) <text>)'' and ''@b(<text>)'' in the message body will apply ''<color>'' to ''<text>'' and make ''<text>'' bold, respectively. However, possibly because of limitations of terminal emulators, ''@i(<text>)'' will underline ''<text>'', not italicize it. 
     48 * Press o to toggle the main view to a more compact style. 
     49 * See [wiki:ColorUtils] for a way to color-code zephyrs.