summaryrefslogtreecommitdiff
path: root/doc/pl
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-03-16 19:00:16 +0100
committerSebastien Helleu <flashcode@flashtux.org>2011-03-16 19:00:16 +0100
commit9a100beb899de786bcc743e7c5cfd501bae5c648 (patch)
tree35355a44ddc868ca5b6fdcade95c17f52a545fd7 /doc/pl
parentea65e4d50fdb6c235455e3f687b8600035350bce (diff)
downloadweechat-9a100beb899de786bcc743e7c5cfd501bae5c648.zip
Add question about keys up/down for global history in FAQ
Diffstat (limited to 'doc/pl')
-rw-r--r--doc/pl/weechat_faq.pl.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/pl/weechat_faq.pl.txt b/doc/pl/weechat_faq.pl.txt
index ff317a35c..bb7b57ce1 100644
--- a/doc/pl/weechat_faq.pl.txt
+++ b/doc/pl/weechat_faq.pl.txt
@@ -340,6 +340,26 @@ Można również samemu stworzyć skrót, na przykład:
Lista domyślnych skrótów znajduje się w poradniku użytkownika.
+// TRANSLATION MISSING
+[[global_history]]
+How to use global history (instead of buffer history) with up and down keys?
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+You can bind the up and down keys on global history (default keys for global
+history are ctrl+up and ctrl+down).
+
+Example:
+
+----------------------------------------
+/key bind meta2-A /input history_global_previous
+/key bind meta2-B /input history_global_next
+----------------------------------------
+
+[NOTE]
+Keys "meta2-A" and "meta2-B" may be different in your terminal. To find key
+code press alt-k then key (up or down).
+
+
[[irc]]
IRC
---