diff options
author | sabetts <sabetts> | 2001-04-01 10:02:38 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-04-01 10:02:38 +0000 |
commit | 533435878f94142d58ef219a5cc7f4c6691202e5 (patch) | |
tree | fd1fab983bd7ffc437d2f32513a989218c7cc3a4 /doc | |
parent | fb48f797f8bee3990d169c77c74de9c0e0fd80d0 (diff) | |
download | ratpoison-533435878f94142d58ef219a5cc7f4c6691202e5.zip |
new commands split, hsplit, vsplit, only, remove
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ratpoison.texi | 29 |
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 |