summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-11-08 18:51:15 +0100
committerSebastien Helleu <flashcode@flashtux.org>2011-11-08 18:51:15 +0100
commit2c6d525045736c4146146436745325df0bbd887e (patch)
tree4f15f1eb293c1d03e23e546851df998aa726353c /doc/en
parent2f17dbe02f31d48b80b17ebccae0692673723d48 (diff)
downloadweechat-2c6d525045736c4146146436745325df0bbd887e.zip
core: add option "jump_last_buffer_displayed" for command /input (key: alt+"/") (task #11553)
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/autogen/user/weechat_commands.txt1
-rw-r--r--doc/en/weechat_user.en.txt1
2 files changed, 2 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
diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt
index 793418353..51d8696a2 100644
--- a/doc/en/weechat_user.en.txt
+++ b/doc/en/weechat_user.en.txt
@@ -529,6 +529,7 @@ Keys for buffers / windows
| @k(A-)@k(z) | Zoom on current window (@k(A-)@k(z) again: restore initial windows state, before zoom) | /window zoom
| @k(A-)@k(<) | Switch to previous buffer in list of visited buffers | /input jump_previously_visited_buffer
| @k(A-)@k(>) | Switch to next buffer in list of visited buffers | /input jump_next_visited_buffer
+| @k(A-)@k(/) | Switch to last buffer displayed (before last jump to a buffer) | /input jump_last_buffer_displayed
| @k(A-)@k(=) | Toggle filters on/off | /filter toggle
|========================================