diff options
Diffstat (limited to 'doc/en/weechat_commands.xml')
-rw-r--r-- | doc/en/weechat_commands.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/en/weechat_commands.xml b/doc/en/weechat_commands.xml index f0b5d9575..72bf9daa3 100644 --- a/doc/en/weechat_commands.xml +++ b/doc/en/weechat_commands.xml @@ -28,9 +28,22 @@ manage buffers list: list open buffers (no parameter implies this list) notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2+join/part) (when executed on server buffer, this sets default notify level for whole server) + scroll: scroll in history (may be relative, and may end by a letter: s=sec, m=min, h=hour, d=day, M=month, y=year); if there is only letter, then scroll to beginning of this item + + number: jump to buffer by number server, channel: jump to buffer by server and/or channel name - number: jump to buffer by number + +Examples: + move buffer: /buffer move 5 + close buffer: /buffer close this is part msg + set notify: /buffer notify 2 + scroll 1 day up: /buffer scroll 1d == /buffer scroll -1d == /buffer scroll -24h +scroll to beginning + of this day: /buffer scroll d + scroll 15 min down: /buffer scroll +15m + scroll 20 msgs up: /buffer scroll -20 + jump to #weechat: /buffer #weechat </programlisting> <command>builtin command</command> |