diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-02 18:54:41 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-02 18:54:41 +0100 |
commit | e6f1c3038e60fd0bdfe82bcf846a8ed481fb4613 (patch) | |
tree | 8888a3f2e3bdb10f2ef34029082c5c0cb7b7b66d /doc/it/weechat_faq.it.txt | |
parent | e2be1dbd43575910f450793b522fda895bc9a6fb (diff) | |
download | weechat-e6f1c3038e60fd0bdfe82bcf846a8ed481fb4613.zip |
Add question about key to jump to buffer 11 (or higher) in FAQ
Diffstat (limited to 'doc/it/weechat_faq.it.txt')
-rw-r--r-- | doc/it/weechat_faq.it.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/it/weechat_faq.it.txt b/doc/it/weechat_faq.it.txt index a84fb4553..b3185bafc 100644 --- a/doc/it/weechat_faq.it.txt +++ b/doc/it/weechat_faq.it.txt @@ -260,6 +260,23 @@ Il tasto predefinito Meta-k (di solito Alt-k) consente di registrare il codice tasto ed inserirlo nella riga di comando. +// TRANSLATION MISSING +[[jump_to_buffer_11_or_higher]] +What is the key to jump to buffer 11 (or higher number)? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The key is alt-j and then 2 digits, for example alt-j then 1, 1 to jump to +buffer 11. + +You can bind a key, for example: + +---------------------------------------- +/key bind meta-q /buffer *11 +---------------------------------------- + +List of default keys is in User's guide. + + [[irc]] IRC --- |