diff options
-rw-r--r-- | doc/ratpoison.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index 12633d5..5c20b43 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -158,6 +158,10 @@ In the default setup, the @kbd{C-t a} keystroke is bound to this command. This deletes the current window. You can access it with the @kbd{C-t k} keystroke. +@item escape @var{key} +Set the prefix to to @var{key}. For example @samp{escape ^b} sets the +prefix key to @key{C-b}. + @item exec @var{command} Execute a shell command. By default, @kbd{C-t !} does this. |