.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "urxvt-tabbed 1" .TH urxvt-tabbed 1 2024-03-07 9.31 RXVT-UNICODE .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME tabbed \- tabbed interface to urxvt .SH DESCRIPTION .IX Header "DESCRIPTION" This transforms the terminal into a tabbar with additional terminals, that is, it implements what is commonly referred to as "tabbed terminal". The topmost line displays a "[NEW]" button, which, when clicked, will add a new tab, followed by one button per tab. .PP Clicking a button will activate that tab. Pressing \fBShift-Left\fR and \&\fBShift-Right\fR will switch to the tab left or right of the current one, while \fBShift-Down\fR creates a new tab. Pressing \fBCtrl-Left\fR and \&\fBCtrl-Right\fR will renumber the current tab by moving it to the left or to the right. .PP The tabbar itself can be configured similarly to a normal terminal, but with a resource class of \f(CW\*(C`URxvt.tabbed\*(C'\fR. In addition, it supports the following four resources (shown with defaults): .PP .Vb 4 \& URxvt.tabbed.tabbar\-fg: \& URxvt.tabbed.tabbar\-bg: \& URxvt.tabbed.tab\-fg: \& URxvt.tabbed.tab\-bg: .Ve .PP See \fICOLOR AND GRAPHICS\fR in the \fBurxvt\fR\|(1) manpage for valid indices.