diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 22:47:18 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 22:47:18 +0100 |
commit | 41fd26fe79610df4eb22629a19f697b8fa218447 (patch) | |
tree | a4f35694c685bd524dc526357639662d5b4c4e85 /doc/sr/includes | |
parent | 0c29d4c5b6ae3034e9a2ddf3f9fbd374e0a49f72 (diff) | |
download | weechat-41fd26fe79610df4eb22629a19f697b8fa218447.zip |
core: move `/input` buffer switch/zoom actions to command `/buffer`
Actions moved:
* `/input switch_active_buffer` -> `/buffer switch`
* `/input switch_active_buffer_previous` -> `/buffer switch -previous`
* `/input zoom_merged_buffer` -> `/buffer zoom`
Diffstat (limited to 'doc/sr/includes')
-rw-r--r-- | doc/sr/includes/autogen_user_commands.sr.adoc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/sr/includes/autogen_user_commands.sr.adoc b/doc/sr/includes/autogen_user_commands.sr.adoc index 94c248846..0c93d9d52 100644 --- a/doc/sr/includes/autogen_user_commands.sr.adoc +++ b/doc/sr/includes/autogen_user_commands.sr.adoc @@ -1193,6 +1193,8 @@ Examples: unmerge [<number>|-all] hide [<number>|<name>|-all [<number>|<name>...]] unhide [<number>|<name>|-all [<number>|<name>...]] + switch [-previous] + zoom renumber [<number1> [<number2> [<start>]]] close [<n1>[-<n2>]|<name>...] notify [<level>] @@ -1215,6 +1217,8 @@ Examples: unmerge: unmerge buffer from other buffers which have same number hide: hide the buffer unhide: unhide the buffer + switch: switch to next merged buffer (or to previous buffer with "-previous") + zoom: zoom on merged buffer renumber: renumber buffers (works only if option weechat.look.buffer_auto_renumber is off) close: close buffer (number/range or name is optional) notify: display or set notify level for current buffer: this level determines whether buffer will be added to hotlist or not: @@ -1683,9 +1687,6 @@ list of actions: grab_key_command: grab a key with its associated command (optional argument: delay for end of grab, default is 500 milliseconds) grab_mouse: grab mouse event code grab_mouse_area: grab mouse event code with area - switch_active_buffer: switch to next merged buffer - switch_active_buffer_previous: switch to previous merged buffer - zoom_merged_buffer: zoom on merged buffer insert: insert text in command line (escaped chars are allowed, see /help print) send: send text to the buffer paste_start: start paste (bracketed paste mode) |