diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-11-08 18:51:15 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-11-08 18:51:15 +0100 |
commit | 2c6d525045736c4146146436745325df0bbd887e (patch) | |
tree | 4f15f1eb293c1d03e23e546851df998aa726353c /doc/en/autogen/user/weechat_commands.txt | |
parent | 2f17dbe02f31d48b80b17ebccae0692673723d48 (diff) | |
download | weechat-2c6d525045736c4146146436745325df0bbd887e.zip |
core: add option "jump_last_buffer_displayed" for command /input (key: alt+"/") (task #11553)
Diffstat (limited to 'doc/en/autogen/user/weechat_commands.txt')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index 053a7499f..7d5b99b6b 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -305,6 +305,7 @@ list of actions: history_global_next: recall next command in global history jump_smart: jump to next buffer with activity jump_last_buffer: jump to last buffer + jump_last_buffer_displayed: jump to last buffer displayed (before last jump to a buffer) jump_previously_visited_buffer: jump to previously visited buffer jump_next_visited_buffer: jump to next visited buffer hotlist_clear: clear hotlist |