diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-05-13 00:06:18 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-05-13 00:06:18 +0000 |
commit | 78ca78855ec94e69bb3df221bfc82c8700d11594 (patch) | |
tree | 98a34b4c776385b737c28f2ce06674749842b685 /doc/en | |
parent | 293bf5988b7d94873ddd2e50fa02af1d9f72d8d5 (diff) | |
download | weechat-78ca78855ec94e69bb3df221bfc82c8700d11594.zip |
Added new key to find previous completion (shift-tab by default)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/key_functions.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/en/key_functions.xml b/doc/en/key_functions.xml index 8efefad36..77f35e9e3 100644 --- a/doc/en/key_functions.xml +++ b/doc/en/key_functions.xml @@ -14,6 +14,10 @@ <entry>complete word</entry> </row> <row> + <entry><literal>tab_previous</literal></entry> + <entry>find previous completion for word</entry> +</row> +<row> <entry><literal>backspace</literal></entry> <entry>delete previous char</entry> </row> |