1urxvt-tabbed(1) RXVT-UNICODE urxvt-tabbed(1)
2
3
4
6 tabbed - tabbed interface to urxvt
7
9 This transforms the terminal into a tabbar with additional terminals,
10 that is, it implements what is commonly referred to as "tabbed
11 terminal". The topmost line displays a "[NEW]" button, which, when
12 clicked, will add a new tab, followed by one button per tab.
13
14 Clicking a button will activate that tab. Pressing Shift-Left and
15 Shift-Right will switch to the tab left or right of the current one,
16 while Shift-Down creates a new tab. Pressing Ctrl-Left and Ctrl-Right
17 will renumber the current tab by moving it to the left or to the right.
18
19 The tabbar itself can be configured similarly to a normal terminal, but
20 with a resource class of "URxvt.tabbed". In addition, it supports the
21 following four resources (shown with defaults):
22
23 URxvt.tabbed.tabbar-fg: <colour-index, default 3>
24 URxvt.tabbed.tabbar-bg: <colour-index, default 0>
25 URxvt.tabbed.tab-fg: <colour-index, default 0>
26 URxvt.tabbed.tab-bg: <colour-index, default 1>
27
28 See COLOR AND GRAPHICS in the @@RXVT_NAME@@(1) manpage for valid
29 indices.
30
31
32
339.22 2019-07-26 urxvt-tabbed(1)