Project

General

Profile

Tabcomplete » History » Version 12

Per Amundsen, 09/03/2016 04:08 PM

1 1 Per Amundsen
h1. Tabcomplete
2
3 12 Per Amundsen
You can use the %(key)TAB% key in the Editbox (and in various popup dialogs like [[$?]] [[$input]] to complete various words)
4 1 Per Amundsen
5 12 Per Amundsen
<notextile>%(key)TAB% - Completes and cycles all channel nicks, if current window is a query window, the nick of the query is used.</notextile>
6
<notextile>nick%(key)TAB% - Completes channel nicks, query nick or your own nick.</notextile>
7
<notextile>$</notextile>%(key)TAB% - Evaluates a identifier, eg. [[$me]]%(key)TAB% [[$chan]]%(key)TAB%.
8
<notextile>%</notextile>%(key)TAB% - Evaluates a global variable.
9
<notextile>#</notextile>%(key)TAB% - Completes and cycles all joined channel names, if current window is a channel, the channel name is completed first.
10
<notextile>#chan</notextile>%(key)TAB% - Completes a joined channel name.
11
<notextile><prefix>nick%(key)TAB% - Completes channel nicks matching the channel prefix and/or nick. (Based on channel prefix received by the server, e.g @+)</notextile>