summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--doc/ratpoison.info7
-rw-r--r--doc/ratpoison.texi7
3 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 31349c0..2c8fdfe 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,9 @@ make
make install
** Features
+*** Added jump to window by name Hit C-t C-' and a box will pop up
+asking you for the name of the window to jump to.
+
*** Added rename-window
hit C-t C-a and a box will pop up asking you to rename the current
window. Once it has been renamed, it will stay renamed.
diff --git a/doc/ratpoison.info b/doc/ratpoison.info
index 13e9059..39810eb 100644
--- a/doc/ratpoison.info
+++ b/doc/ratpoison.info
@@ -123,6 +123,13 @@ do:
use `C-t k', but just incase you need to rip the heart out of a
misbehaving window this command should do the trick.
+`C-t C-a'
+ Rename the currently active window. This name will remain for the
+ duration of the window's life.
+
+`C-t C-''
+ Go to a window by name.
+

Tag Table:
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi
index 2cfe31a..a25e428 100644
--- a/doc/ratpoison.texi
+++ b/doc/ratpoison.texi
@@ -165,6 +165,13 @@ This destroys the current window. Normally you should only need to use
@kbd{C-t k}, but just incase you need to rip the heart out of a
misbehaving window this command should do the trick.
+@item C-t C-a
+Rename the currently active window. This name will remain for the
+duration of the window's life.
+
+@item C-t C-'
+Go to a window by name.
+
@end table
@bye