diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | doc/ratpoison.info | 7 | ||||
-rw-r--r-- | doc/ratpoison.texi | 7 |
3 files changed, 17 insertions, 0 deletions
@@ -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 |