diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-04-22 21:56:54 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-04-22 21:56:54 +0200 |
commit | 634478dd54b3043f44922bea6c1de0220aaf4e30 (patch) | |
tree | dcd8b81a4e46763053125a18dcb70aaf4223b947 /doc/en/autogen/user | |
parent | b7853444d80d5be64531b7eefbfa2bb2b07abe42 (diff) | |
download | weechat-634478dd54b3043f44922bea6c1de0220aaf4e30.zip |
core: add option "swap" for command /window (key: alt+"w" + alt+"s") (task #11001)
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 2 |
1 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 36cf2edc4..20f87453e 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -524,6 +524,7 @@ Examples: page_up|page_down refresh scroll|scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_previous_highlight|scroll_next_highlight + swap [up|down|left|right] zoom list: list opened windows (without argument, this list is displayed) @@ -548,6 +549,7 @@ Examples: scroll_bottom: scroll to bottom of buffer scroll_previous_highlight: scroll to previous highlight scroll_next_highlight: scroll to next highlight + swap: swap buffers of two windows (with optional direction for target window) zoom: zoom on window For splith and splitv, pct is a percentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4 |