comparison mcabber/doc/mcabber.1.txt @ 236:72fd1273f2b7

[/trunk] Changeset 249 by mikael * Update TODO * Add /roster parameters "unread_first" and "unread_next" * Add Ctrl-q as a shortcut for "/roster unread_next" * Update Documentation (ctrl-q + unread_*) * Update ChangeLog
author mikael
date Fri, 10 Jun 2005 19:03:06 +0000
parents 16793da74564
children 8e30b2bb380e
comparison
equal deleted inserted replaced
235:f7f07794d2df 236:72fd1273f2b7
1 MCABBER(1) 1 MCABBER(1)
2 =========== 2 ===========
3 Mikael BERTHE <mcabber@lilotux.net> 3 Mikael BERTHE <mcabber@lilotux.net>
4 v0.6.0, June 2005 4 v0.6.1, June 2005
5 5
6 NAME 6 NAME
7 ---- 7 ----
8 mcabber - a simple Jabber console client 8 mcabber - a simple Jabber console client
9 9
69 Ctrl-p/Ctrl-n:: Scroll up/down half a screen in the buffer window (chat mode) 69 Ctrl-p/Ctrl-n:: Scroll up/down half a screen in the buffer window (chat mode)
70 Ctrl-u:: Delete from beginning of the line to the cursor 70 Ctrl-u:: Delete from beginning of the line to the cursor
71 Ctrl-k:: Delete from the cursor to the end of line 71 Ctrl-k:: Delete from the cursor to the end of line
72 Ctrl-w:: Backward kill word 72 Ctrl-w:: Backward kill word
73 Ctrl-t:: Transpose chars 73 Ctrl-t:: Transpose chars
74 Ctrl-q:: Jump to the next unread message (Not yet implemented) 74 Ctrl-q:: Jump to the next unread message
75 75
76 COMMANDS 76 COMMANDS
77 -------- 77 --------
78 78
79 /add jid:: 79 /add jid::
123 123
124 'hide_offline';; hide offline buddies 124 'hide_offline';; hide offline buddies
125 'show_offline';; show offline buddies 125 'show_offline';; show offline buddies
126 'top';; jump to the top of the roster 126 'top';; jump to the top of the roster
127 'bottom';; jump to the bottom of the roster 127 'bottom';; jump to the bottom of the roster
128 'unread_first';; jump to the first unread message
129 'unread_next';; jump to the next unread message
128 130
129 /say text:: 131 /say text::
130 Send the text message to the currently selected buddy. Can be useful 132 Send the text message to the currently selected buddy. Can be useful
131 if you want to send a message beginning with a slash, for example. 133 if you want to send a message beginning with a slash, for example.
132 134