diff options
author | mathieui <mathieui@mathieui.net> | 2012-07-26 14:15:11 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-07-26 14:15:11 +0200 |
commit | 8a0a100bf5ca919959cedf8f0f6a5b14367ba3e8 (patch) | |
tree | 6a05ed7f9117de2aab7292af1f2e25561de2af51 /doc/en/usage.txt | |
parent | 1c29b39a6e882a7e5dd262ed1f5602740bcdd199 (diff) | |
download | poezio-8a0a100bf5ca919959cedf8f0f6a5b14367ba3e8.tar.gz poezio-8a0a100bf5ca919959cedf8f0f6a5b14367ba3e8.tar.bz2 poezio-8a0a100bf5ca919959cedf8f0f6a5b14367ba3e8.tar.xz poezio-8a0a100bf5ca919959cedf8f0f6a5b14367ba3e8.zip |
Add a /self command
Diffstat (limited to 'doc/en/usage.txt')
-rw-r--r-- | doc/en/usage.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/en/usage.txt b/doc/en/usage.txt index 1758308c..cdcd3ba8 100644 --- a/doc/en/usage.txt +++ b/doc/en/usage.txt @@ -318,9 +318,11 @@ These commands work in *any* tab. "/bind ^H KEY_UP" makes Control + h behave the same way as the Up key. See the link:keys.html[key bindings documentation page] for more details. - */runkey <key>*:: Execute the action defined for _key_. For example, +*/runkey <key>*:: Execute the action defined for _key_. For example, "/runkey KEY_PPAGE" will scroll up, or "/runkey ^N" will go to the next tab. +*/self*:: Reminds you of who you are and what your status is. + NOTE: The following command will work everywhere, except in the Roster tab. */close*:: Close the tab. |