diff options
-rw-r--r-- | doc/ratpoison.1 | 3 | ||||
-rw-r--r-- | doc/ratpoison.texi | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/ratpoison.1 b/doc/ratpoison.1 index 913dce3..b27473d 100644 --- a/doc/ratpoison.1 +++ b/doc/ratpoison.1 @@ -370,6 +370,9 @@ Create a new group named \fIgroupf\fP, but do not select it. .cmd gnext Select the next group. Most window commands only see windows in the effective group. +.cmd gother +Select the last accessed group. Most window commands only see windows in the +effective group. .cmd gprev Select the prior group. Most window commands only see windows in the effective group. diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index b1cc5c0..1b38e2b 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -599,6 +599,10 @@ Move the current window to @var{group}. Go to the next group in the list. @end deffn +@deffn Command gother +Go to the last accessed group. +@end deffn + @deffn Command gprev Go to the previous group in the list. @end deffn |