diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-06 10:03:07 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-06 10:03:07 +0200 |
commit | b2b585de6914ad27e6a8ac059dd0d6233e144f5e (patch) | |
tree | 83e2a5f6f9baad2414fea6532f19b75fe37c21e0 /doc/en | |
parent | b9dd668d90704c0b66300fe8a6f4f41de5c1d2aa (diff) | |
download | weechat-b2b585de6914ad27e6a8ac059dd0d6233e144f5e.zip |
doc: add keys to jump to highlights in FAQ (question about search of text in buffers)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_faq.en.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/weechat_faq.en.txt b/doc/en/weechat_faq.en.txt index 811a3f176..273ea4b7f 100644 --- a/doc/en/weechat_faq.en.txt +++ b/doc/en/weechat_faq.en.txt @@ -354,6 +354,7 @@ How can I search text in buffer (like /lastlog in irssi)? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The default key is @k(C-)@k(r) (command is: `/input search_text`). +And jump to highlights: @k(A-)@k(p)/@k(n). See user's guide for more info about this feature (default key bindings). |