summaryrefslogtreecommitdiff
path: root/doc/de/weechat_faq.de.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/de/weechat_faq.de.txt')
-rw-r--r--doc/de/weechat_faq.de.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/de/weechat_faq.de.txt b/doc/de/weechat_faq.de.txt
index df6db209b..e3fb2cac6 100644
--- a/doc/de/weechat_faq.de.txt
+++ b/doc/de/weechat_faq.de.txt
@@ -354,6 +354,26 @@ Es kann auch eine neue Taste eingebunden werden um zu einem Buffer zu wechseln:
Eine Auflistung der Standardtastenbelegung findet man in der Benutzeranleitung.
+// 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
---