package rxvt-unicode retitle 684880 Document Ctrl-L/R in urxvtperl(3) tags 684880 + upstream confirmed pending owner ! thanks
Hi Torquil, On Tue, Aug 14, 2012 at 01:58:23PM +0200, Torquil Macdonald Sørensen wrote: > Shift-Left/Right can be used to change between tabs, but it is not > clear to me what CTRL-Left/Right is doing. Looking at the tab-bar at > the top, CTRL-Right appears to change to the next tab, but the displayed > contents of the terminal window actually remains the same. So when > looking at the tab bar, CTRL-Left/Right appears to function identically > to Shift-Left/Right, apart from the contents of the terminal not > changing. It appears that Ctrl-Left/Right serves to reorder tabs. For example, if you want to move tab 3 to the left, Ctrl-Left will swap it with the tab immediately to its left. This explains why you saw the tab numbers change but not the window contents. Admittedly, this is very non-obvious with only two tabs, and so should be documented. I've applied the attached patch to the sources, which I'm forwarding upstream. Best wishes, Ryan -- |_)|_/ Ryan Kavanagh | GnuPG key | \| \ http://ryanak.ca/ | 4A11C97A
Description: Document Ctrl-Left/Right in tabbed extension Author: Ryan Kavanagh <[email protected]> Origin: vendor Bug-Debian: https://bugs.debian.org/684880 Reviewed-by: Ryan Kavanagh <[email protected]> Last-Update: 2012-08-14 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: pkg-urxvt/doc/rxvtperl.3.man.in =================================================================== --- pkg-urxvt.orig/doc/rxvtperl.3.man.in 2012-01-30 06:34:16.684589004 -0500 +++ pkg-urxvt/doc/rxvtperl.3.man.in 2012-08-14 09:13:31.686403157 -0400 @@ -374,7 +374,8 @@ .Sp 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. +while \fBShift-Down\fR creates a new tab. Pressing \fBCtrl-Left\fR and +\&\fBCtrl-Right\fR will renumber a tab by moving it to the left or to the right. .Sp 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
signature.asc
Description: Digital signature

