Tabcomplete » History » Revision 12
Revision 11 (Per Amundsen, 09/03/2016 04:05 PM) → Revision 12/26 (Per Amundsen, 09/03/2016 04:08 PM)
h1. Tabcomplete You can use the %(key)TAB% <tab> key in the Editbox (and in various popup dialogs like [[$?]] [[$input]] to complete various words) <notextile>%(key)TAB% <tab> - Completes and cycles all channel nicks, if current window is a query window, the nick of the query is used.</notextile> used. <notextile>nick%(key)TAB% nick<tab> - Completes channel nicks, query nick or your own nick.</notextile> nick. <notextile>$</notextile>%(key)TAB% $<tab> - Evaluates a identifier, eg. [[$me]]%(key)TAB% [[$chan]]%(key)TAB%. [[$me]]<tab> [[$chan]]<tab> <notextile>%</notextile>%(key)TAB% %<tab> - Evaluates a global variable. <notextile>#</notextile>%(key)TAB% #<tab> - Completes and cycles all joined channel names, if current window is a channel, the channel name is completed first. <notextile>#chan</notextile>%(key)TAB% #chan<tab> - Completes a joined channel name. <notextile><prefix>nick%(key)TAB% <notextile><prefix>nick<tab> - Completes channel nicks matching the channel prefix and/or nick. (Based on channel prefix received by the server, e.g @+)</notextile>