diff options
author | sabetts <sabetts> | 2001-02-28 06:30:29 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-02-28 06:30:29 +0000 |
commit | 396818df3ca1346cb2f89e9a003af58a29b6a9f3 (patch) | |
tree | 7189d48b3ba29f7dcffb30b976a4ec6db3d3cf12 | |
parent | 3d2c6eb3ca2d5874ca7c535c37ba9e167245a6ab (diff) | |
download | ratpoison-396818df3ca1346cb2f89e9a003af58a29b6a9f3.zip |
(Commands): added escape command
-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. |