Project

General

Profile

Tab » History » Version 5

Per Amundsen, 02/05/2019 12:54 AM

1 1 Per Amundsen
_Added in 1.5_
2
3 4 Per Amundsen
*/tab [-fbpnm] [[network] [#channel|nick]|N]*
4 1 Per Amundsen
5
Activates the matching window or the window number counting from the top.
6 3 Per Amundsen
7
*Switches*
8
9
-f - Activates the next window in Switchbar order.
10
-b - Activates the previous window in Switchbar order.
11
-n - Activates the next window in recent history order.
12 1 Per Amundsen
-p - Activates the previous window in recent order.
13 4 Per Amundsen
-m - Includes minimized windows.
14 1 Per Amundsen
15
*Parameters*
16
17
[network] - [[$network]] to match.
18
[#channel|nick] - Channel or nick to match.
19
[N] - The Nth position.
20
21
*Example*
22
23
<pre>
24 5 Per Amundsen
; Activate #channel window on $network NordicIRC.
25 1 Per Amundsen
/tab NordicIRC #channel
26
27 5 Per Amundsen
; Activate the 5th window.
28 1 Per Amundsen
/tab 5
29
</pre>