diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-06-27 19:14:14 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-06-27 19:14:14 +0200 |
commit | 4c9fd4a625af706604678db33d8fa9cf62311e28 (patch) | |
tree | bf6746887acdf9d57a9b7a30c30f6608a576acec /doc/en/weechat_faq.en.adoc | |
parent | fc41ad336d6e2494d5291d97030627fc7bc5d506 (diff) | |
download | weechat-4c9fd4a625af706604678db33d8fa9cf62311e28.zip |
doc/faq: mention script go.py for an easy jump to buffers
Diffstat (limited to 'doc/en/weechat_faq.en.adoc')
-rw-r--r-- | doc/en/weechat_faq.en.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/weechat_faq.en.adoc b/doc/en/weechat_faq.en.adoc index 052374675..1745f13e6 100644 --- a/doc/en/weechat_faq.en.adoc +++ b/doc/en/weechat_faq.en.adoc @@ -612,6 +612,12 @@ commands like `/123` to jump to buffer #123: /trigger add numberjump modifier "2000|input_text_for_buffer" "${tg_string} =~ ^/[0-9]+$" "=\/([0-9]+)=/buffer *${re:1}=" "" "" "none" ---- +For an easy jump to buffers, you can also install the _go.py_ script: + +---- +/script install go.py +---- + [[global_history]] === How to use global history (instead of buffer history) with up and down keys? |