Tabcomplete » History » Version 1
Per Amundsen, 04/11/2014 03:38 PM
1 | 1 | Per Amundsen | h1. Tabcomplete |
---|---|---|---|
2 | |||
3 | You can use the <tab> key in input box (and in various popup dialogs like [[$?]] [[$input]]) to complete various words. |
||
4 | |||
5 | <tab> - Completes and cycles all channel nicks, if current window is a query window, the nick of the query is used. |
||
6 | nick<tab> - Completes channel nicks. |
||
7 | $<tab> - Evaluates a identifier, eg. [[$me]] [[$chan]] |
||
8 | %<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. |