Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
urxvt-tabbed(1) 		  RXVT-UNICODE			 urxvt-tabbed(1)

NAME
     tabbed - tabbed interface to urxvt

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.

     Clicking a button will activate that tab. Pressing Shift-Left and
     Shift-Right will switch to the tab left or right of the current one, while
     Shift-Down creates a new tab. Pressing Ctrl-Left and Ctrl-Right will renum-
     ber the current tab by moving it to the left or to the right.

     The tabbar itself can be configured similarly to a normal terminal, but
     with a resource class of "URxvt.tabbed". In addition, it supports the fol-
     lowing four resources (shown with defaults):

	URxvt.tabbed.tabbar-fg: <colour-index, default 3>
	URxvt.tabbed.tabbar-bg: <colour-index, default 0>
	URxvt.tabbed.tab-fg:	<colour-index, default 0>
	URxvt.tabbed.tab-bg:	<colour-index, default 1>

     See COLOR AND GRAPHICS in the urxvt(1) manpage for valid indices.

9.31				   2026-08-04			 urxvt-tabbed(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=urxvt-tabbed&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help