diff options
author | sabetts <sabetts> | 2001-09-13 10:41:06 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-09-13 10:41:06 +0000 |
commit | d5b04e0048b0f1bd5a3d5a8f6c5f49aecab5ed64 (patch) | |
tree | c090d65a07500f30c39851c64bee097339e1cafa /doc | |
parent | 20b25a51550f3361e3cdd0608b1801cb56f09bf2 (diff) | |
download | ratpoison-d5b04e0048b0f1bd5a3d5a8f6c5f49aecab5ed64.zip |
unbind the key if no command is passed to the 'bind' command.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ratpoison.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index 68755e5..3e6a30b 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -306,6 +306,9 @@ restart ratpoison: : bind R exec ratpoison --restart @end example +If no command is specified then bind works exactly like @command{unbind}, +unbinding the key. + @item clock Show current time. Disappears after 5 seconds, like all other info bars. In the default setup, the @kbd{C-t a} keystroke is bound to this command. |