diff options
author | sabetts <sabetts> | 2001-09-05 07:55:20 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-09-05 07:55:20 +0000 |
commit | 5292e45b9d444555dad4de90eedbdf3cfd2be472 (patch) | |
tree | a6873109c7bc3fe90e001f9433aabdd3ab5fef8d | |
parent | 3c255ea736cdb1e3d0bf77f1160b6d495cb090db (diff) | |
download | ratpoison-5292e45b9d444555dad4de90eedbdf3cfd2be472.zip |
removed blank command. There isn't one!
-rw-r--r-- | doc/ratpoison.texi | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index 1fb6022..7672db6 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -299,10 +299,6 @@ Bind a key to a ratpoison command. This command takes two arguments: the key to bind and the command to run. For example, to bind @kbd{C-t R} to restart ratpoison: -@item blank -Blank the current frame. All windows in the current frame will be -hidden. - @example : bind R exec ratpoison --restart @end example @@ -412,7 +408,8 @@ request with a message like @samp{Raise request from window 1 @item select @var{n} This jumps you to window @var{n} where @var{n} is the window number as shown in the Program Bar. You can do the same trick with -@command{C-@var{n}} too. +@command{C-@var{n}} too. To select no window, blanking the current +frame, type @samp{select -}. @item select @var{window-name} Go to a window by name. A shortcut is @kbd{C-t '}. |