summaryrefslogtreecommitdiff
path: root/doc/en/autogen
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/autogen')
-rw-r--r--doc/en/autogen/user/weechat_commands.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt
index cdb73b5e6..479424eac 100644
--- a/doc/en/autogen/user/weechat_commands.txt
+++ b/doc/en/autogen/user/weechat_commands.txt
@@ -509,6 +509,22 @@ file: configuration file to reload (without extension ".conf")
Without argument, all files (WeeChat and plugins) are reloaded.
........................................
+[[command_weechat_repeat]]
+[command]*`repeat`* execute a command several times::
+........................................
+/repeat [-interval <delay>] <count> <command>
+
+ delay: delay between execution of commands (in milliseconds)
+ count: number of times to execute command
+command: command to execute (a '/' is automatically added if not found at beginning of command)
+
+All commands are executed on buffer where this command was issued.
+
+Example:
+ scroll 2 pages up:
+ /repeat 2 /window page_up
+........................................
+
[[command_weechat_save]]
[command]*`save`* save configuration files to disk::
........................................