summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ratpoison.texi29
1 files changed, 29 insertions, 0 deletions
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