summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-07-12 07:54:42 +0200
committerSébastien Helleu <flashcode@flashtux.org>2018-07-12 07:54:42 +0200
commit426405c997c60166ee55386ef0a2a413ccff9be9 (patch)
tree1fe7da5c6f48f702a57b0fea6e110d5d33a5a9f8 /doc/it
parent5b3f2ad4665b2dc1122da66e34858acbec6dade8 (diff)
downloadweechat-426405c997c60166ee55386ef0a2a413ccff9be9.zip
doc: add a trigger to jump to buffer number ≥ 100 in FAQ
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/weechat_faq.it.adoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/it/weechat_faq.it.adoc b/doc/it/weechat_faq.it.adoc
index 2d7616365..e9d853396 100644
--- a/doc/it/weechat_faq.it.adoc
+++ b/doc/it/weechat_faq.it.adoc
@@ -560,6 +560,14 @@ kbd:[1] per passare al buffer 11.
List of default keys is in
link:weechat_user.it.html#key_bindings[User's guide / Key bindings].
+// TRANSLATION MISSING
+To jump to buffers with number ≥ 100, you could define a trigger and then use
+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"
+----
+
[[global_history]]
=== Come si può usare la cronologia globale (invece di quella del buffer) con i tasti su e giù?