Changes between Version 3 and Version 4 of UsefulCommands
- Timestamp:
- Nov 3, 2009, 1:48:38 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsefulCommands
v3 v4 27 27 * ? does the same, but searches before the current message. 28 28 * '''setsearch''' clears the search string. 29 * See [wiki:Filters] for a more powerful tool. 29 30 30 31 == Keybindings == … … 33 34 * '''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). 34 35 * 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]. 35 37 36 38 == Variables == … … 43 45 == Formatting == 44 46 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.