Project

General

Profile

Tabcomplete » History » Version 8

Per Amundsen, 06/28/2016 02:37 AM

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