diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-03-16 15:02:47 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-03-16 15:02:47 +0000 |
commit | 0f0f7511d2d087f66a66e45d5200183106b0ef63 (patch) | |
tree | 2705f896e9184af2bba362b844e5252f0d19845c /doc/en/key_functions.xml | |
parent | aa149dcfbc209a1addf40fdcfb826105d1940fbd (diff) | |
download | weechat-0f0f7511d2d087f66a66e45d5200183106b0ef63.zip |
Added new key (ctrl-S) for interactive and incremental search in buffer history (task #6628)
Diffstat (limited to 'doc/en/key_functions.xml')
-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 1680aeb29..5785eec3d 100644 --- a/doc/en/key_functions.xml +++ b/doc/en/key_functions.xml @@ -201,3 +201,7 @@ <entry><literal>insert</literal></entry> <entry>insert a string in command line</entry> </row> +<row> + <entry><literal>search_text</literal></entry> + <entry>search text in buffer history</entry> +</row> |