diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_faq.en.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/en/weechat_faq.en.txt b/doc/en/weechat_faq.en.txt index 93b529f40..ec5da010f 100644 --- a/doc/en/weechat_faq.en.txt +++ b/doc/en/weechat_faq.en.txt @@ -255,6 +255,22 @@ Default key Meta-k (usually Alt-k) lets you grab key code and insert it in command line. +[[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 --- |