From 533435878f94142d58ef219a5cc7f4c6691202e5 Mon Sep 17 00:00:00 2001 From: sabetts Date: Sun, 1 Apr 2001 10:02:38 +0000 Subject: new commands split, hsplit, vsplit, only, remove --- doc/ratpoison.texi | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'doc/ratpoison.texi') diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index b3cd6af..8c0a383 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -223,6 +223,20 @@ Display the version of ratpoison. @item C-t C-w Display the list of managed windows. The current window is highlighted. +@item C-t S +Split the current window horizontally in two. The last accessed window +not occupying a frame will be the second window. + +@item C-t C-S +Split the current window vertically in two. The last accessed window not +occupying a frame will be the second window. + +@item C-t Q +Kill all frames but the current one. + +@item C-t R +Kill the current frame. This is a no-op if there is only one frame. + @end table @node Commands, Startup file, Keystrokes, Top @@ -325,6 +339,21 @@ After 5 seconds the Program Bar disappears. This command is bound to @kbd{C-t w} by default. +@item split +@item hsplit +Split the current window horizontally in two. The last accessed window +not occupying a frame will be the second window. + +@item vsplit +Split the current window vertically in two. The last accessed window not +occupying a frame will be the second window. + +@item only +Kill all frames but the current one. + +@item remove +Kill the current frame. This is a no-op if there is only one frame. + @end table @node Startup file, , Commands, Top -- cgit v1.2.3