Tabcomplete » History » Revision 1
Revision 1/26
| Next »
Per Amundsen, 04/11/2014 03:38 PM
Tabcomplete¶
You can use the <tab> key in input box (and in various popup dialogs like $? $input) to complete various words.
<tab> - Completes and cycles all channel nicks, if current window is a query window, the nick of the query is used.
nick<tab> - Completes channel nicks.
$<tab> - Evaluates a identifier, eg. $me $chan
%<tab> - Evaluates a global variable.
#<tab> - Completes and cycles all joined channel names, if current window is a channel, the channel name is completed first.
#chan<tab> - Completes a joined channel name.
Updated by Per Amundsen over 10 years ago · 1 revisions